#DEE94B

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

Shades of Manz #DEE94B

Tints of Manz #DEE94B

Color information

#DEE94B (or 0xDEE94B) is unknown color: approx Manz. HEX triplet: DE, E9 and 4B. RGB value is (222,233,75). Sum of RGB (Red+Green+Blue) = 222+233+75=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 75 (29.69% from 255 or 14.15% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE94B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE94B is #2116B4. Grayscale: #D4D4D4. Windows color (decimal): -2168501 or 4975070. OLE color: 4975070.

HSL color Cylindrical-coordinate representation of color #DEE94B: hue angle of 64.18º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DEE94B is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB22223375-
CMYK0.0500.680.09
HSL64.18º78.22%60.39%-
HSV(B)64.18º67.81%91.37%-
XYZ60.5374.3217.81-
YUV211.750.86135.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.89%
GREEN value IS 233 (91.41% from 255) = 43.96%
BLUE value IS 75 (29.69% from 255) = 14.15%
R=41.89%
G=43.96%
B=14.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal222233750.0500.680.0964.1878.2260.39
HexDEE94B50449404e3c
Octal336351113501041110011674
Binary1101111011101001100101110101000100100110000001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE94B; }

 p { color: rgb(222,233,75); }

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

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

 a { background-color: rgb(222,233,75); }

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

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

 span { border-color: rgb(222,233,75); }

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