#D2E951

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

Shades of Manz #D2E951

Tints of Manz #D2E951

Color information

#D2E951 (or 0xD2E951) is unknown color: approx Manz. HEX triplet: D2, E9 and 51. RGB value is (210,233,81). Sum of RGB (Red+Green+Blue) = 210+233+81=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 233 (91.41% from 255 or 44.47% from 524); Blue value is 81 (32.03% from 255 or 15.46% from 524); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E951 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E951 is #2D16AE. Grayscale: #D1D1D1. Windows color (decimal): -2954927 or 5368274. OLE color: 5368274.

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

Color convert

RGB21023381-
CMYK0.1000.650.09
HSL69.08º77.55%61.57%-
HSV(B)69.08º65.24%91.37%-
XYZ57.272.5718.78-
YUV208.855.88128.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.08%
GREEN value IS 233 (91.41% from 255) = 44.47%
BLUE value IS 81 (32.03% from 255) = 15.46%
R=40.08%
G=44.47%
B=15.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal210233810.1000.650.0969.0877.5561.57
HexD2E951A0419454e3e
Octal3223511211201011110511676
Binary11010010111010011010001101001000001100110001011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E951; }

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

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

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

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

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

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

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

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