#D6EF86

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

Shades of Sulu #D6EF86

Tints of Sulu #D6EF86

Color information

#D6EF86 (or 0xD6EF86) is unknown color: approx Sulu. HEX triplet: D6, EF and 86. RGB value is (214,239,134). Sum of RGB (Red+Green+Blue) = 214+239+134=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 134 (52.73% from 255 or 22.83% from 587); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EF86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EF86 is #291079. Grayscale: #DBDBDB. Windows color (decimal): -2691194 or 8843222. OLE color: 8843222.

HSL color Cylindrical-coordinate representation of color #D6EF86: hue angle of 74.29º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6EF86 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB214239134-
CMYK0.1000.440.06
HSL74.29º76.64%73.14%-
HSV(B)74.29º43.93%93.73%-
XYZ62.977.7534.25-
YUV219.5579.72124.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.46%
GREEN value IS 239 (93.75% from 255) = 40.72%
BLUE value IS 134 (52.73% from 255) = 22.83%
R=36.46%
G=40.72%
B=22.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142391340.1000.440.0674.2976.6473.14
HexD6EF86A02C64a4d49
Octal326357206120546112115111
Binary11010110111011111000011010100101100110100101010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EF86; }

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

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

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

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

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

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

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

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