#DEF46E

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

Shades of Mindaro #DEF46E

Tints of Mindaro #DEF46E

Color information

#DEF46E (or 0xDEF46E) is unknown color: approx Mindaro. HEX triplet: DE, F4 and 6E. RGB value is (222,244,110). Sum of RGB (Red+Green+Blue) = 222+244+110=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 244 (95.70% from 255 or 42.36% from 576); Blue value is 110 (43.36% from 255 or 19.10% from 576); Max value from RGB is 244 - color contains mainly: green. Hex color #DEF46E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF46E is #210B91. Grayscale: #DEDEDE. Windows color (decimal): -2165650 or 7271646. OLE color: 7271646.

HSL color Cylindrical-coordinate representation of color #DEF46E: hue angle of 69.85º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEF46E is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB222244110-
CMYK0.0900.550.04
HSL69.85º85.9%69.41%-
HSV(B)69.85º54.92%95.69%-
XYZ65.2981.3627.01-
YUV222.1564.71127.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.54%
GREEN value IS 244 (95.70% from 255) = 42.36%
BLUE value IS 110 (43.36% from 255) = 19.10%
R=38.54%
G=42.36%
B=19.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222441100.0900.550.0469.8585.969.41
HexDEF46E90374465645
Octal336364156110674106126105
Binary1101111011110100110111010010110111100100011010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF46E; }

 p { color: rgb(222,244,110); }

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

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

 a { background-color: rgb(222,244,110); }

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

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

 span { border-color: rgb(222,244,110); }

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