#D8EB86

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

Shades of Sulu #D8EB86

Tints of Sulu #D8EB86

Color information

#D8EB86 (or 0xD8EB86) is unknown color: approx Sulu. HEX triplet: D8, EB and 86. RGB value is (216,235,134). Sum of RGB (Red+Green+Blue) = 216+235+134=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 134 (52.73% from 255 or 22.91% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #D8EB86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EB86 is #271479. Grayscale: #DADADA. Windows color (decimal): -2561146 or 8842200. OLE color: 8842200.

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

Color convert

RGB216235134-
CMYK0.0800.430.08
HSL71.29º71.63%72.35%-
HSV(B)71.29º42.98%92.16%-
XYZ62.3375.7433.89-
YUV217.880.71126.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.92%
GREEN value IS 235 (92.19% from 255) = 40.17%
BLUE value IS 134 (52.73% from 255) = 22.91%
R=36.92%
G=40.17%
B=22.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162351340.0800.430.0871.2971.6372.35
HexD8EB86802B8474848
Octal3303532061005310107110110
Binary110110001110101110000110100001010111000100011110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EB86; }

 p { color: rgb(216,235,134); }

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

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

 a { background-color: rgb(216,235,134); }

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

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

 span { border-color: rgb(216,235,134); }

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