#DFF27D

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

Shades of Mindaro #DFF27D

Tints of Mindaro #DFF27D

Color information

#DFF27D (or 0xDFF27D) is unknown color: approx Mindaro. HEX triplet: DF, F2 and 7D. RGB value is (223,242,125). Sum of RGB (Red+Green+Blue) = 223+242+125=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 125 (49.22% from 255 or 21.19% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF27D is #200D82. Grayscale: #DFDFDF. Windows color (decimal): -2100611 or 8254175. OLE color: 8254175.

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

Color convert

RGB223242125-
CMYK0.0800.480.05
HSL69.74º81.82%71.96%-
HSV(B)69.74º48.35%94.9%-
XYZ65.8980.6731.5-
YUV222.9872.71128.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.80%
GREEN value IS 242 (94.92% from 255) = 41.02%
BLUE value IS 125 (49.22% from 255) = 21.19%
R=37.80%
G=41.02%
B=21.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232421250.0800.480.0569.7481.8271.96
HexDFF27D80305465248
Octal337362175100605106122110
Binary1101111111110010111110110000110000101100011010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF27D; }

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

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

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

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

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

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

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

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