#DEE752

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

Shades of Manz #DEE752

Tints of Manz #DEE752

Color information

#DEE752 (or 0xDEE752) is unknown color: approx Manz. HEX triplet: DE, E7 and 52. RGB value is (222,231,82). Sum of RGB (Red+Green+Blue) = 222+231+82=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 231 (90.62% from 255 or 43.18% from 535); Blue value is 82 (32.42% from 255 or 15.33% from 535); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE752 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE752 is #2118AD. Grayscale: #D3D3D3. Windows color (decimal): -2169006 or 5433310. OLE color: 5433310.

HSL color Cylindrical-coordinate representation of color #DEE752: hue angle of 63.62º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DEE752 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB22223182-
CMYK0.0400.650.09
HSL63.62º75.63%61.37%-
HSV(B)63.62º64.5%90.59%-
XYZ60.2273.2918.96-
YUV211.3255.02135.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.50%
GREEN value IS 231 (90.62% from 255) = 43.18%
BLUE value IS 82 (32.42% from 255) = 15.33%
R=41.50%
G=43.18%
B=15.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal222231820.0400.650.0963.6275.6361.37
HexDEE75240419404c3d
Octal336347122401011110011475
Binary1101111011100111101001010001000001100110000001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE752; }

 p { color: rgb(222,231,82); }

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

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

 a { background-color: rgb(222,231,82); }

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

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

 span { border-color: rgb(222,231,82); }

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