#DAEE52

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

Shades of Manz #DAEE52

Tints of Manz #DAEE52

Color information

#DAEE52 (or 0xDAEE52) is unknown color: approx Manz. HEX triplet: DA, EE and 52. RGB value is (218,238,82). Sum of RGB (Red+Green+Blue) = 218+238+82=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 82 (32.42% from 255 or 15.24% from 538); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEE52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEE52 is #2511AD. Grayscale: #D6D6D6. Windows color (decimal): -2429358 or 5435098. OLE color: 5435098.

HSL color Cylindrical-coordinate representation of color #DAEE52: hue angle of 67.69º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAEE52 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB21823882-
CMYK0.0800.660.07
HSL67.69º82.11%62.75%-
HSV(B)67.69º65.55%93.33%-
XYZ61.0176.6619.56-
YUV214.2453.37130.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.52%
GREEN value IS 238 (93.36% from 255) = 44.24%
BLUE value IS 82 (32.42% from 255) = 15.24%
R=40.52%
G=44.24%
B=15.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal218238820.0800.660.0767.6982.1162.75
HexDAEE528042744523f
Octal332356122100102710412277
Binary1101101011101110101001010000100001011110001001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEE52; }

 p { color: rgb(218,238,82); }

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

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

 a { background-color: rgb(218,238,82); }

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

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

 span { border-color: rgb(218,238,82); }

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