#D2E258

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

Shades of Manz #D2E258

Tints of Manz #D2E258

Color information

#D2E258 (or 0xD2E258) is unknown color: approx Manz. HEX triplet: D2, E2 and 58. RGB value is (210,226,88). Sum of RGB (Red+Green+Blue) = 210+226+88=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 88 (34.77% from 255 or 16.79% from 524); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E258 is #2D1DA7. Grayscale: #CECECE. Windows color (decimal): -2956712 or 5825234. OLE color: 5825234.

HSL color Cylindrical-coordinate representation of color #D2E258: hue angle of 66.96º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D2E258 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB21022688-
CMYK0.0700.610.11
HSL66.96º70.41%61.57%-
HSV(B)66.96º61.06%88.63%-
XYZ55.5468.819.58-
YUV205.4861.7131.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.08%
GREEN value IS 226 (88.67% from 255) = 43.13%
BLUE value IS 88 (34.77% from 255) = 16.79%
R=40.08%
G=43.13%
B=16.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal210226880.0700.610.1166.9670.4161.57
HexD2E258703DB43463e
Octal32234213070751310310676
Binary110100101110001010110001110111101101110000111000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E258; }

 p { color: rgb(210,226,88); }

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

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

 a { background-color: rgb(210,226,88); }

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

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

 span { border-color: rgb(210,226,88); }

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