#D6EB86

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

Shades of Sulu #D6EB86

Tints of Sulu #D6EB86

Color information

#D6EB86 (or 0xD6EB86) is unknown color: approx Sulu. HEX triplet: D6, EB and 86. RGB value is (214,235,134). Sum of RGB (Red+Green+Blue) = 214+235+134=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 134 (52.73% from 255 or 22.98% from 583); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EB86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EB86 is #291479. Grayscale: #D9D9D9. Windows color (decimal): -2692218 or 8842198. OLE color: 8842198.

HSL color Cylindrical-coordinate representation of color #D6EB86: hue angle of 72.48º 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 #D6EB86 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB214235134-
CMYK0.0900.430.08
HSL72.48º71.63%72.35%-
HSV(B)72.48º42.98%92.16%-
XYZ61.7475.4333.86-
YUV217.2181.04125.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.71%
GREEN value IS 235 (92.19% from 255) = 40.31%
BLUE value IS 134 (52.73% from 255) = 22.98%
R=36.71%
G=40.31%
B=22.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142351340.0900.430.0872.4871.6372.35
HexD6EB86902B8484848
Octal3263532061105310110110110
Binary110101101110101110000110100101010111000100100010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EB86; }

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

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

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

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

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

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

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

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