#DEF381

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

Shades of Mindaro #DEF381

Tints of Mindaro #DEF381

Color information

#DEF381 (or 0xDEF381) is unknown color: approx Mindaro. HEX triplet: DE, F3 and 81. RGB value is (222,243,129). Sum of RGB (Red+Green+Blue) = 222+243+129=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 243 (95.31% from 255 or 40.91% from 594); Blue value is 129 (50.78% from 255 or 21.72% from 594); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF381 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF381 is #210C7E. Grayscale: #E0E0E0. Windows color (decimal): -2165887 or 8516574. OLE color: 8516574.

HSL color Cylindrical-coordinate representation of color #DEF381: hue angle of 71.05º degrees, saturation: 0.83, 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 #DEF381 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB222243129-
CMYK0.0900.470.05
HSL71.05º82.61%72.94%-
HSV(B)71.05º46.91%95.29%-
XYZ66.1481.2232.96-
YUV223.7274.54126.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.37%
GREEN value IS 243 (95.31% from 255) = 40.91%
BLUE value IS 129 (50.78% from 255) = 21.72%
R=37.37%
G=40.91%
B=21.72%

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
Decimal2222431290.0900.470.0571.0582.6172.94
HexDEF381902F5475349
Octal336363201110575107123111
Binary11011110111100111000000110010101111101100011110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF381; }

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

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

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

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

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

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

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

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