#DFFB72

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

Shades of Mindaro #DFFB72

Tints of Mindaro #DFFB72

Color information

#DFFB72 (or 0xDFFB72) is unknown color: approx Mindaro. HEX triplet: DF, FB and 72. RGB value is (223,251,114). Sum of RGB (Red+Green+Blue) = 223+251+114=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 251 (98.44% from 255 or 42.69% from 588); Blue value is 114 (44.92% from 255 or 19.39% from 588); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFB72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFB72 is #20048D. Grayscale: #E3E3E3. Windows color (decimal): -2098318 or 7535583. OLE color: 7535583.

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

Color convert

RGB223251114-
CMYK0.1100.550.02
HSL72.26º94.48%71.57%-
HSV(B)72.26º54.58%98.43%-
XYZ67.9785.928.92-
YUV227.0164.22125.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.93%
GREEN value IS 251 (98.44% from 255) = 42.69%
BLUE value IS 114 (44.92% from 255) = 19.39%
R=37.93%
G=42.69%
B=19.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232511140.1100.550.0272.2694.4871.57
HexDFFB72B0372485e48
Octal337373162130672110136110
Binary110111111111101111100101011011011110100100010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFB72; }

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

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

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

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

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

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

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

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