#DEFD7F

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

Shades of Mindaro #DEFD7F

Tints of Mindaro #DEFD7F

Color information

#DEFD7F (or 0xDEFD7F) is unknown color: approx Mindaro. HEX triplet: DE, FD and 7F. RGB value is (222,253,127). Sum of RGB (Red+Green+Blue) = 222+253+127=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 127 (50% from 255 or 21.10% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFD7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFD7F is #210280. Grayscale: #E5E5E5. Windows color (decimal): -2163329 or 8388062. OLE color: 8388062.

HSL color Cylindrical-coordinate representation of color #DEFD7F: hue angle of 74.76º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEFD7F is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB222253127-
CMYK0.1200.500.01
HSL74.76º96.92%74.51%-
HSV(B)74.76º49.8%99.22%-
XYZ69.0887.3133.29-
YUV229.3770.23122.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.88%
GREEN value IS 253 (99.22% from 255) = 42.03%
BLUE value IS 127 (50% from 255) = 21.10%
R=36.88%
G=42.03%
B=21.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222531270.1200.500.0174.7696.9274.51
HexDEFD7FC03214b614b
Octal336375177140621113141113
Binary11011110111111011111111110001100101100101111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFD7F; }

 p { color: rgb(222,253,127); }

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

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

 a { background-color: rgb(222,253,127); }

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

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

 span { border-color: rgb(222,253,127); }

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