#C6E580

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

Shades of Sulu #C6E580

Tints of Sulu #C6E580

Color information

#C6E580 (or 0xC6E580) is unknown color: approx Sulu. HEX triplet: C6, E5 and 80. RGB value is (198,229,128). Sum of RGB (Red+Green+Blue) = 198+229+128=555 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.68% from 555); Green value is 229 (89.84% from 255 or 41.26% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 229 - color contains mainly: green. Hex color #C6E580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6E580 is #391A7F. Grayscale: #D0D0D0. Windows color (decimal): -3742336 or 8447430. OLE color: 8447430.

HSL color Cylindrical-coordinate representation of color #C6E580: hue angle of 78.42º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C6E580 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB198229128-
CMYK0.1400.440.10
HSL78.42º66.01%70%-
HSV(B)78.42º44.1%89.8%-
XYZ55.269.630.95-
YUV208.2282.73120.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.68%
GREEN value IS 229 (89.84% from 255) = 41.26%
BLUE value IS 128 (50.39% from 255) = 23.06%
R=35.68%
G=41.26%
B=23.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1982291280.1400.440.1078.4266.0170
HexC6E580E02CA4e4246
Octal3063452001605412116102106
Binary110001101110010110000000111001011001010100111010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6E580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6E580; }

 p { color: rgb(198,229,128); }

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

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

 a { background-color: rgb(198,229,128); }

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

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

 span { border-color: rgb(198,229,128); }

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