#DEF57B

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

Shades of Mindaro #DEF57B

Tints of Mindaro #DEF57B

Color information

#DEF57B (or 0xDEF57B) is unknown color: approx Mindaro. HEX triplet: DE, F5 and 7B. RGB value is (222,245,123). Sum of RGB (Red+Green+Blue) = 222+245+123=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 245 (96.09% from 255 or 41.53% from 590); Blue value is 123 (48.44% from 255 or 20.85% from 590); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF57B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF57B is #210A84. Grayscale: #E0E0E0. Windows color (decimal): -2165381 or 8123870. OLE color: 8123870.

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

Color convert

RGB222245123-
CMYK0.0900.500.04
HSL71.31º85.92%72.16%-
HSV(B)71.31º49.8%96.08%-
XYZ66.3582.2631.12-
YUV224.2170.88126.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.63%
GREEN value IS 245 (96.09% from 255) = 41.53%
BLUE value IS 123 (48.44% from 255) = 20.85%
R=37.63%
G=41.53%
B=20.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222451230.0900.500.0471.3185.9272.16
HexDEF57B90324475648
Octal336365173110624107126110
Binary1101111011110101111101110010110010100100011110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF57B; }

 p { color: rgb(222,245,123); }

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

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

 a { background-color: rgb(222,245,123); }

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

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

 span { border-color: rgb(222,245,123); }

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