#DFFB6C

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

Shades of Mindaro #DFFB6C

Tints of Mindaro #DFFB6C

Color information

#DFFB6C (or 0xDFFB6C) is unknown color: approx Mindaro. HEX triplet: DF, FB and 6C. RGB value is (223,251,108). Sum of RGB (Red+Green+Blue) = 223+251+108=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 251 (98.44% from 255 or 43.13% from 582); Blue value is 108 (42.58% from 255 or 18.56% from 582); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFB6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFB6C is #200493. Grayscale: #E2E2E2. Windows color (decimal): -2098324 or 7142367. OLE color: 7142367.

HSL color Cylindrical-coordinate representation of color #DFFB6C: hue angle of 71.75º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFFB6C is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB223251108-
CMYK0.1100.570.02
HSL71.75º94.7%70.39%-
HSV(B)71.75º56.97%98.43%-
XYZ67.6485.7727.18-
YUV226.3361.22125.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.32%
GREEN value IS 251 (98.44% from 255) = 43.13%
BLUE value IS 108 (42.58% from 255) = 18.56%
R=38.32%
G=43.13%
B=18.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232511080.1100.570.0271.7594.770.39
HexDFFB6CB0392485f46
Octal337373154130712110137106
Binary110111111111101111011001011011100110100100010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFB6C; }

 p { color: rgb(223,251,108); }

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

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

 a { background-color: rgb(223,251,108); }

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

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

 span { border-color: rgb(223,251,108); }

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