#DFF26E

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

Shades of Mindaro #DFF26E

Tints of Mindaro #DFF26E

Color information

#DFF26E (or 0xDFF26E) is unknown color: approx Mindaro. HEX triplet: DF, F2 and 6E. RGB value is (223,242,110). Sum of RGB (Red+Green+Blue) = 223+242+110=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 110 (43.36% from 255 or 19.13% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF26E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF26E is #200D91. Grayscale: #DDDDDD. Windows color (decimal): -2100626 or 7271135. OLE color: 7271135.

HSL color Cylindrical-coordinate representation of color #DFF26E: hue angle of 68.64º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFF26E is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB223242110-
CMYK0.0800.550.05
HSL68.64º83.54%69.02%-
HSV(B)68.64º54.55%94.9%-
XYZ6580.3226.83-
YUV221.2765.21129.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 242 (94.92% from 255) = 42.09%
BLUE value IS 110 (43.36% from 255) = 19.13%
R=38.78%
G=42.09%
B=19.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232421100.0800.550.0568.6483.5469.02
HexDFF26E80375455445
Octal337362156100675105124105
Binary1101111111110010110111010000110111101100010110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF26E; }

 p { color: rgb(223,242,110); }

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

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

 a { background-color: rgb(223,242,110); }

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

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

 span { border-color: rgb(223,242,110); }

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