#DEF382

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

Shades of Mindaro #DEF382

Tints of Mindaro #DEF382

Color information

#DEF382 (or 0xDEF382) is unknown color: approx Mindaro. HEX triplet: DE, F3 and 82. RGB value is (222,243,130). Sum of RGB (Red+Green+Blue) = 222+243+130=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 130 (51.17% from 255 or 21.85% from 595); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF382 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF382 is #210C7D. Grayscale: #E0E0E0. Windows color (decimal): -2165886 or 8582110. OLE color: 8582110.

HSL color Cylindrical-coordinate representation of color #DEF382: hue angle of 71.15º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEF382 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB222243130-
CMYK0.0900.470.05
HSL71.15º82.48%73.14%-
HSV(B)71.15º46.5%95.29%-
XYZ66.281.2433.31-
YUV223.8475.04126.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.31%
GREEN value IS 243 (95.31% from 255) = 40.84%
BLUE value IS 130 (51.17% from 255) = 21.85%
R=37.31%
G=40.84%
B=21.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222431300.0900.470.0571.1582.4873.14
HexDEF382902F5475249
Octal336363202110575107122111
Binary11011110111100111000001010010101111101100011110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF382; }

 p { color: rgb(222,243,130); }

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

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

 a { background-color: rgb(222,243,130); }

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

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

 span { border-color: rgb(222,243,130); }

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