#c8ed86

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

Shades of Sulu #C8ED86

Tints of Sulu #C8ED86

Color information

#C8ED86 (or 0xC8ED86) is unknown color: approx Sulu. HEX triplet: C8, ED and 86. RGB value is (200,237,134). Sum of RGB (Red+Green+Blue) = 200+237+134=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 134 (52.73% from 255 or 23.47% from 571); Max value from RGB is 237 - color contains mainly: green. Hex color #C8ED86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8ED86 is #371279. Grayscale: #D6D6D6. Windows color (decimal): -3609210 or 8842696. OLE color: 8842696.

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

Color convert

RGB200237134-
CMYK0.1600.430.07
HSL81.55º74.1%72.75%-
HSV(B)81.55º43.46%92.94%-
XYZ58.4174.5733.87-
YUV214.282.74117.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.03%
GREEN value IS 237 (92.97% from 255) = 41.51%
BLUE value IS 134 (52.73% from 255) = 23.47%
R=35.03%
G=41.51%
B=23.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002371340.1600.430.0781.5574.172.75
HexC8ED861002B7524a49
Octal310355206200537122112111
Binary110010001110110110000110100000101011111101001010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8ed86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8ed86; }

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

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

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

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

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

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

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

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