#DEE46B

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

Shades of Mindaro #DEE46B

Tints of Mindaro #DEE46B

Color information

#DEE46B (or 0xDEE46B) is unknown color: approx Mindaro. HEX triplet: DE, E4 and 6B. RGB value is (222,228,107). Sum of RGB (Red+Green+Blue) = 222+228+107=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 228 (89.45% from 255 or 40.93% from 557); Blue value is 107 (42.19% from 255 or 19.21% from 557); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE46B is #211B94. Grayscale: #D4D4D4. Windows color (decimal): -2169749 or 7070942. OLE color: 7070942.

HSL color Cylindrical-coordinate representation of color #DEE46B: hue angle of 62.98º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DEE46B is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB222228107-
CMYK0.0300.530.11
HSL62.98º69.14%65.69%-
HSV(B)62.98º53.07%89.41%-
XYZ60.5272.0824.63-
YUV212.4168.51134.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.86%
GREEN value IS 228 (89.45% from 255) = 40.93%
BLUE value IS 107 (42.19% from 255) = 19.21%
R=39.86%
G=40.93%
B=19.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222281070.0300.530.1162.9869.1465.69
HexDEE46B3035B3f4542
Octal33634415330651377105102
Binary11011110111001001101011110110101101111111110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE46B; }

 p { color: rgb(222,228,107); }

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

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

 a { background-color: rgb(222,228,107); }

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

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

 span { border-color: rgb(222,228,107); }

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