#DEF27D

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

Shades of Mindaro #DEF27D

Tints of Mindaro #DEF27D

Color information

#DEF27D (or 0xDEF27D) is unknown color: approx Mindaro. HEX triplet: DE, F2 and 7D. RGB value is (222,242,125). Sum of RGB (Red+Green+Blue) = 222+242+125=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 125 (49.22% from 255 or 21.22% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF27D is #210D82. Grayscale: #DFDFDF. Windows color (decimal): -2166147 or 8254174. OLE color: 8254174.

HSL color Cylindrical-coordinate representation of color #DEF27D: hue angle of 70.26º 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 #DEF27D is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB222242125-
CMYK0.0800.480.05
HSL70.26º81.82%71.96%-
HSV(B)70.26º48.35%94.9%-
XYZ65.5880.5131.49-
YUV222.6872.87127.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 242 (94.92% from 255) = 41.09%
BLUE value IS 125 (49.22% from 255) = 21.22%
R=37.69%
G=41.09%
B=21.22%

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
Decimal2222421250.0800.480.0570.2681.8271.96
HexDEF27D80305465248
Octal336362175100605106122110
Binary1101111011110010111110110000110000101100011010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF27D; }

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

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

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

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

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

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

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

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