#DEF980

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

Shades of Mindaro #DEF980

Tints of Mindaro #DEF980

Color information

#DEF980 (or 0xDEF980) is unknown color: approx Mindaro. HEX triplet: DE, F9 and 80. RGB value is (222,249,128). Sum of RGB (Red+Green+Blue) = 222+249+128=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 128 (50.39% from 255 or 21.37% from 599); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF980 is #21067F. Grayscale: #E3E3E3. Windows color (decimal): -2164352 or 8452574. OLE color: 8452574.

HSL color Cylindrical-coordinate representation of color #DEF980: hue angle of 73.39º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEF980 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB222249128-
CMYK0.1100.490.02
HSL73.39º90.98%73.92%-
HSV(B)73.39º48.59%97.65%-
XYZ67.984.8433.22-
YUV227.1372.05124.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.06%
GREEN value IS 249 (97.66% from 255) = 41.57%
BLUE value IS 128 (50.39% from 255) = 21.37%
R=37.06%
G=41.57%
B=21.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222491280.1100.490.0273.3990.9873.92
HexDEF980B0312495b4a
Octal336371200130612111133112
Binary1101111011111001100000001011011000110100100110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF980; }

 p { color: rgb(222,249,128); }

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

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

 a { background-color: rgb(222,249,128); }

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

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

 span { border-color: rgb(222,249,128); }

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