#DEFE7D

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

Shades of Mindaro #DEFE7D

Tints of Mindaro #DEFE7D

Color information

#DEFE7D (or 0xDEFE7D) is unknown color: approx Mindaro. HEX triplet: DE, FE and 7D. RGB value is (222,254,125). Sum of RGB (Red+Green+Blue) = 222+254+125=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 125 (49.22% from 255 or 20.80% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFE7D is #210182. Grayscale: #E6E6E6. Windows color (decimal): -2163075 or 8257246. OLE color: 8257246.

HSL color Cylindrical-coordinate representation of color #DEFE7D: hue angle of 74.88º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DEFE7D is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB222254125-
CMYK0.1300.510.00
HSL74.88º98.47%74.31%-
HSV(B)74.88º50.79%99.61%-
XYZ69.2787.8932.72-
YUV229.7368.9122.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.94%
GREEN value IS 254 (99.61% from 255) = 42.26%
BLUE value IS 125 (49.22% from 255) = 20.80%
R=36.94%
G=42.26%
B=20.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222541250.1300.510.0074.8898.4774.31
HexDEFE7DD03304b624a
Octal336376175150630113142112
Binary11011110111111101111101110101100110100101111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFE7D; }

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

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

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

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

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

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

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

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