#D2E152

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

Shades of Manz #D2E152

Tints of Manz #D2E152

Color information

#D2E152 (or 0xD2E152) is unknown color: approx Manz. HEX triplet: D2, E1 and 52. RGB value is (210,225,82). Sum of RGB (Red+Green+Blue) = 210+225+82=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 82 (32.42% from 255 or 15.86% from 517); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E152 is #2D1EAD. Grayscale: #CCCCCC. Windows color (decimal): -2956974 or 5431762. OLE color: 5431762.

HSL color Cylindrical-coordinate representation of color #D2E152: hue angle of 66.29º 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 #D2E152 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB21022582-
CMYK0.0700.640.12
HSL66.29º70.44%60.2%-
HSV(B)66.29º63.56%88.24%-
XYZ55.0368.1618.24-
YUV204.2159.03132.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.62%
GREEN value IS 225 (88.28% from 255) = 43.52%
BLUE value IS 82 (32.42% from 255) = 15.86%
R=40.62%
G=43.52%
B=15.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal210225820.0700.640.1266.2970.4460.2
HexD2E1527040C42463c
Octal322341122701001410210674
Binary1101001011100001101001011101000000110010000101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E152; }

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

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

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

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

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

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

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

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