#D2E385

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

Shades of Sulu #D2E385

Tints of Sulu #D2E385

Color information

#D2E385 (or 0xD2E385) is unknown color: approx Sulu. HEX triplet: D2, E3 and 85. RGB value is (210,227,133). Sum of RGB (Red+Green+Blue) = 210+227+133=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 227 (89.06% from 255 or 39.82% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E385 is #2D1C7A. Grayscale: #D3D3D3. Windows color (decimal): -2956411 or 8774610. OLE color: 8774610.

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

Color convert

RGB210227133-
CMYK0.0700.410.11
HSL70.85º62.67%70.59%-
HSV(B)70.85º41.41%89.02%-
XYZ58.2870.3332.69-
YUV211.283.87127.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.84%
GREEN value IS 227 (89.06% from 255) = 39.82%
BLUE value IS 133 (52.34% from 255) = 23.33%
R=36.84%
G=39.82%
B=23.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2102271330.0700.410.1170.8562.6770.59
HexD2E3857029B473f47
Octal32234320570511310777107
Binary1101001011100011100001011110101001101110001111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E385; }

 p { color: rgb(210,227,133); }

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

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

 a { background-color: rgb(210,227,133); }

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

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

 span { border-color: rgb(210,227,133); }

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