Html Css Color HEX #DBF078 Mindaro

📋 copy color: '#DBF078'

red 219 ◦ green 240 ◦ blue 120

#DBF078
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #DBF078

Tints of Mindaro #DBF078

RGB

 RED value IS 219 (85.94% from 255) = 37.82%

 GREEN value IS 240 (94.14% from 255) = 41.45%

 BLUE value IS 120 (47.27% from 255) = 20.73%

R = 37.82%
G = 41.45%
B = 20.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.5

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DBF078 (or 0xDBF078) is known color: Mindaro. HEX triplet: DB, F0 and 78. RGB value is (219,240,120). Sum of RGB (Red+Green+Blue) = 219+240+120=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 240 (94.14% from 255 or 41.45% from 579); Blue value is 120 (47.27% from 255 or 20.73% from 579); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF078 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF078 is #240F87. Grayscale: #DCDCDC. Windows color (decimal): -2363272 or 7925979. OLE color: 7925979.

HSL color Cylindrical-coordinate representation of color #DBF078: hue angle of 70.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBF078 is Cyan = 0.09, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 120 -
CMYK 0.09 0 0.5 0.06
HSL 70.5º 0.8% 0.71% -
HSV(B) 70.5º 0.5% 0.94% -
XYZ 63.76 78.74 29.61 -
YUV 220.04 71.54 127.26 -
System Red Green Blue C M Y K H S L
Decimal 219 240 120 0.09 0 0.5 0.06 70.5 0.8 0.71
Hex DB F0 78 9 0 32 6 46 50 47
Octal 333 360 170 11 0 62 6 106 120 107
Binary 11011011 11110000 1111000 1001 0 110010 110 1000110 1010000 1000111

Color Harmonies of #DBF078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF078

Black with #DBF078

Text Example


Text Example

White with #DBF078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF078; }

 p { color: rgb(219,240,120); }

 H1.HeaderClassName
 {
   color: #DBF078;
 }
 .AnyTagClassName
 {
   color: #DBF078;
 }
</style>

background-color css

<style>
 a { background-color: #DBF078; }

 a { background-color: rgb(219,240,120); }

 div.DivClassName
 {
   background-color: #DBF078;
 }
 .BgClassName
 {
   background-color: #DBF078;
 }
</style>

border-color css

<style>
 span { border-color: #DBF078; }

 span { border-color: rgb(219,240,120); }

 td.TdClassName
 {
   border-color: #DBF078;
 }
 .TagClassName
 {
   border-color: #DBF078;
 }
</style>