#DEFF7D

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

Shades of Mindaro #DEFF7D

Tints of Mindaro #DEFF7D

Color information

#DEFF7D (or 0xDEFF7D) is unknown color: approx Mindaro. HEX triplet: DE, FF and 7D. RGB value is (222,255,125). Sum of RGB (Red+Green+Blue) = 222+255+125=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 125 (49.22% from 255 or 20.76% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFF7D is #210082. Grayscale: #E6E6E6. Windows color (decimal): -2162819 or 8257502. OLE color: 8257502.

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

Color convert

RGB222255125-
CMYK0.1300.510
HSL75.23º100%74.51%-
HSV(B)75.23º50.98%100%-
XYZ69.5988.5332.82-
YUV230.3168.57122.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.88%
GREEN value IS 255 (100% from 255) = 42.36%
BLUE value IS 125 (49.22% from 255) = 20.76%
R=36.88%
G=42.36%
B=20.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222551250.1300.51075.2310074.51
HexDEFF7DD03304b644b
Octal336377175150630113144113
Binary11011110111111111111101110101100110100101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFF7D; }

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

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

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

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

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

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

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

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