#D2E051

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

Shades of Manz #D2E051

Tints of Manz #D2E051

Color information

#D2E051 (or 0xD2E051) is unknown color: approx Manz. HEX triplet: D2, E0 and 51. RGB value is (210,224,81). Sum of RGB (Red+Green+Blue) = 210+224+81=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 81 (32.03% from 255 or 15.73% from 515); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E051 is #2D1FAE. Grayscale: #CCCCCC. Windows color (decimal): -2957231 or 5365970. OLE color: 5365970.

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

Color convert

RGB21022481-
CMYK0.0600.640.12
HSL65.87º69.76%59.8%-
HSV(B)65.87º63.84%87.84%-
XYZ54.7267.6117.95-
YUV203.5158.86132.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.78%
GREEN value IS 224 (87.89% from 255) = 43.50%
BLUE value IS 81 (32.03% from 255) = 15.73%
R=40.78%
G=43.50%
B=15.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal210224810.0600.640.1265.8769.7659.8
HexD2E0516040C42463c
Octal322340121601001410210674
Binary1101001011100000101000111001000000110010000101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E051; }

 p { color: rgb(210,224,81); }

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

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

 a { background-color: rgb(210,224,81); }

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

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

 span { border-color: rgb(210,224,81); }

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