#D2E58D

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

Shades of Sulu #D2E58D

Tints of Sulu #D2E58D

Color information

#D2E58D (or 0xD2E58D) is unknown color: approx Sulu. HEX triplet: D2, E5 and 8D. RGB value is (210,229,141). Sum of RGB (Red+Green+Blue) = 210+229+141=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 229 (89.84% from 255 or 39.48% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E58D is #2D1A72. Grayscale: #D5D5D5. Windows color (decimal): -2955891 or 9299410. OLE color: 9299410.

HSL color Cylindrical-coordinate representation of color #D2E58D: hue angle of 72.95º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2E58D is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB210229141-
CMYK0.0800.380.10
HSL72.95º62.86%72.55%-
HSV(B)72.95º38.43%89.8%-
XYZ59.4171.6635.9-
YUV213.2987.21125.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.21%
GREEN value IS 229 (89.84% from 255) = 39.48%
BLUE value IS 141 (55.47% from 255) = 24.31%
R=36.21%
G=39.48%
B=24.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2102291410.0800.380.1072.9562.8672.55
HexD2E58D8026A493f49
Octal322345215100461211177111
Binary11010010111001011000110110000100110101010010011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E58D; }

 p { color: rgb(210,229,141); }

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

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

 a { background-color: rgb(210,229,141); }

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

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

 span { border-color: rgb(210,229,141); }

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