#d2e583

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

Shades of Sulu #D2E583

Tints of Sulu #D2E583

Color information

#D2E583 (or 0xD2E583) is unknown color: approx Sulu. HEX triplet: D2, E5 and 83. RGB value is (210,229,131). Sum of RGB (Red+Green+Blue) = 210+229+131=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 229 (89.84% from 255 or 40.18% from 570); Blue value is 131 (51.56% from 255 or 22.98% from 570); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E583 is #2D1A7C. Grayscale: #D4D4D4. Windows color (decimal): -2955901 or 8644050. OLE color: 8644050.

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

Color convert

RGB210229131-
CMYK0.0800.430.10
HSL71.63º65.33%70.59%-
HSV(B)71.63º42.79%89.8%-
XYZ58.6971.3832.16-
YUV212.1582.21126.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.84%
GREEN value IS 229 (89.84% from 255) = 40.18%
BLUE value IS 131 (51.56% from 255) = 22.98%
R=36.84%
G=40.18%
B=22.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2102291310.0800.430.1071.6365.3370.59
HexD2E583802BA484147
Octal3223452031005312110101107
Binary110100101110010110000011100001010111010100100010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2e583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2e583; }

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

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

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

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

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

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

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

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