#D2ED86

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

Shades of Sulu #D2ED86

Tints of Sulu #D2ED86

Color information

#D2ED86 (or 0xD2ED86) is unknown color: approx Sulu. HEX triplet: D2, ED and 86. RGB value is (210,237,134). Sum of RGB (Red+Green+Blue) = 210+237+134=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 134 (52.73% from 255 or 23.06% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #D2ED86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2ED86 is #2D1279. Grayscale: #D9D9D9. Windows color (decimal): -2953850 or 8842706. OLE color: 8842706.

HSL color Cylindrical-coordinate representation of color #D2ED86: hue angle of 75.73º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D2ED86 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB210237134-
CMYK0.1100.430.07
HSL75.73º74.1%72.75%-
HSV(B)75.73º43.46%92.94%-
XYZ61.1775.9934-
YUV217.1881.05122.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.14%
GREEN value IS 237 (92.97% from 255) = 40.79%
BLUE value IS 134 (52.73% from 255) = 23.06%
R=36.14%
G=40.79%
B=23.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102371340.1100.430.0775.7374.172.75
HexD2ED86B02B74c4a49
Octal322355206130537114112111
Binary11010010111011011000011010110101011111100110010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ED86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ED86; }

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

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

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

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

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

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

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

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