#D2EA51

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

Shades of Manz #D2EA51

Tints of Manz #D2EA51

Color information

#D2EA51 (or 0xD2EA51) is unknown color: approx Manz. HEX triplet: D2, EA and 51. RGB value is (210,234,81). Sum of RGB (Red+Green+Blue) = 210+234+81=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 81 (32.03% from 255 or 15.43% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EA51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EA51 is #2D15AE. Grayscale: #D1D1D1. Windows color (decimal): -2954671 or 5368530. OLE color: 5368530.

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

Color convert

RGB21023481-
CMYK0.1000.650.08
HSL69.41º78.46%61.76%-
HSV(B)69.41º65.38%91.76%-
XYZ57.4973.1418.87-
YUV209.3855.55128.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40%
GREEN value IS 234 (91.80% from 255) = 44.57%
BLUE value IS 81 (32.03% from 255) = 15.43%
R=40%
G=44.57%
B=15.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal210234810.1000.650.0869.4178.4661.76
HexD2EA51A0418454e3e
Octal3223521211201011010511676
Binary11010010111010101010001101001000001100010001011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EA51; }

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

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

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

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

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

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

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

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