Html Css Color HEX #DBFF78 Mindaro

📋 copy color: '#DBFF78'

red 219 ◦ green 255 ◦ blue 120

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

Shades of Mindaro #DBFF78

Tints of Mindaro #DBFF78

RGB

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

 GREEN value IS 255 (100% from 255) = 42.93%

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

R = 36.87%
G = 42.93%
B = 20.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#DBFF78 (or 0xDBFF78) is known color: Mindaro. HEX triplet: DB, FF and 78. RGB value is (219,255,120). Sum of RGB (Red+Green+Blue) = 219+255+120=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 120 (47.27% from 255 or 20.20% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFF78 is #240087. Grayscale: #E5E5E5. Windows color (decimal): -2359432 or 7929819. OLE color: 7929819.

HSL color Cylindrical-coordinate representation of color #DBFF78: hue angle of 76º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBFF78 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 219 255 120 -
CMYK 0.14 0 0.53 0
HSL 76º 1% 0.74% -
HSV(B) 76º 0.53% 1% -
XYZ 68.36 87.94 31.14 -
YUV 228.85 66.57 120.98 -
System Red Green Blue C M Y K H S L
Decimal 219 255 120 0.14 0 0.53 0 76 1 0.74
Hex DB FF 78 E 0 35 0 4C 64 4A
Octal 333 377 170 16 0 65 0 114 144 112
Binary 11011011 11111111 1111000 1110 0 110101 0 1001100 1100100 1001010

Color Harmonies of #DBFF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFF78

Black with #DBFF78

Text Example


Text Example

White with #DBFF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFF78; }

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

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

background-color css

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

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

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

border-color css

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

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

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