#DEF780

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

Shades of Mindaro #DEF780

Tints of Mindaro #DEF780

Color information

#DEF780 (or 0xDEF780) is unknown color: approx Mindaro. HEX triplet: DE, F7 and 80. RGB value is (222,247,128). Sum of RGB (Red+Green+Blue) = 222+247+128=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 247 (96.88% from 255 or 41.37% from 597); Blue value is 128 (50.39% from 255 or 21.44% from 597); Max value from RGB is 247 - color contains mainly: green. Hex color #DEF780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF780 is #21087F. Grayscale: #E2E2E2. Windows color (decimal): -2164864 or 8452062. OLE color: 8452062.

HSL color Cylindrical-coordinate representation of color #DEF780: hue angle of 72.61º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DEF780 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB222247128-
CMYK0.1000.480.03
HSL72.61º88.15%73.53%-
HSV(B)72.61º48.18%96.86%-
XYZ67.2883.6133.01-
YUV225.9672.72125.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.19%
GREEN value IS 247 (96.88% from 255) = 41.37%
BLUE value IS 128 (50.39% from 255) = 21.44%
R=37.19%
G=41.37%
B=21.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222471280.1000.480.0372.6188.1573.53
HexDEF780A030349584a
Octal336367200120603111130112
Binary1101111011110111100000001010011000011100100110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF780; }

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

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

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

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

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

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

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

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