#DBFF66

Color #DBFF66 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #DBFF66

Tints of Mindaro #DBFF66

Color information

#DBFF66 (or 0xDBFF66) is unknown color: approx Mindaro. HEX triplet: DB, FF and 66. RGB value is (219,255,102). Sum of RGB (Red+Green+Blue) = 219+255+102=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 102 (40.23% from 255 or 17.71% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFF66 is #240099. Grayscale: #E3E3E3. Windows color (decimal): -2359450 or 6750171. OLE color: 6750171.

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

Color convert

RGB219255102-
CMYK0.1400.60
HSL74.12º100%70%-
HSV(B)74.12º60%100%-
XYZ67.3787.5425.92-
YUV226.7957.57122.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.02%
GREEN value IS 255 (100% from 255) = 44.27%
BLUE value IS 102 (40.23% from 255) = 17.71%
R=38.02%
G=44.27%
B=17.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192551020.1400.6074.1210070
HexDBFF66E03C04a6446
Octal333377146160740112144106
Binary11011011111111111100110111001111000100101011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFF66; }

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

 H1.HeaderClassName
 {
   color: #DBFF66;
 }
 .AnyTagClassName
 {
   color: #DBFF66;
 }
</style>
background-color css

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

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

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

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

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

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