#D6E152

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

Shades of Manz #D6E152

Tints of Manz #D6E152

Color information

#D6E152 (or 0xD6E152) is unknown color: approx Manz. HEX triplet: D6, E1 and 52. RGB value is (214,225,82). Sum of RGB (Red+Green+Blue) = 214+225+82=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 82 (32.42% from 255 or 15.74% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E152 is #291EAD. Grayscale: #CDCDCD. Windows color (decimal): -2694830 or 5431766. OLE color: 5431766.

HSL color Cylindrical-coordinate representation of color #D6E152: hue angle of 64.62º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6E152 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB21422582-
CMYK0.0500.640.12
HSL64.62º70.44%60.2%-
HSV(B)64.62º63.56%88.24%-
XYZ56.1868.7618.29-
YUV205.4158.36134.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.07%
GREEN value IS 225 (88.28% from 255) = 43.19%
BLUE value IS 82 (32.42% from 255) = 15.74%
R=41.07%
G=43.19%
B=15.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal214225820.0500.640.1264.6270.4460.2
HexD6E1525040C41463c
Octal326341122501001410110674
Binary1101011011100001101001010101000000110010000011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E152; }

 p { color: rgb(214,225,82); }

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

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

 a { background-color: rgb(214,225,82); }

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

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

 span { border-color: rgb(214,225,82); }

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