#D2E386

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

Shades of Sulu #D2E386

Tints of Sulu #D2E386

Color information

#D2E386 (or 0xD2E386) is unknown color: approx Sulu. HEX triplet: D2, E3 and 86. RGB value is (210,227,134). Sum of RGB (Red+Green+Blue) = 210+227+134=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 227 (89.06% from 255 or 39.75% from 571); Blue value is 134 (52.73% from 255 or 23.47% from 571); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E386 is #2D1C79. Grayscale: #D3D3D3. Windows color (decimal): -2956410 or 8840146. OLE color: 8840146.

HSL color Cylindrical-coordinate representation of color #D2E386: hue angle of 70.97º degrees, saturation: 0.62, 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 #D2E386 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB210227134-
CMYK0.0700.410.11
HSL70.97º62.42%70.78%-
HSV(B)70.97º40.97%89.02%-
XYZ58.3570.3633.06-
YUV211.3284.37127.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.78%
GREEN value IS 227 (89.06% from 255) = 39.75%
BLUE value IS 134 (52.73% from 255) = 23.47%
R=36.78%
G=39.75%
B=23.47%

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
Decimal2102271340.0700.410.1170.9762.4270.78
HexD2E3867029B473e47
Octal32234320670511310776107
Binary1101001011100011100001101110101001101110001111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E386; }

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

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

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

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

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

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

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

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