#C6EA80

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

Shades of Sulu #C6EA80

Tints of Sulu #C6EA80

Color information

#C6EA80 (or 0xC6EA80) is unknown color: approx Sulu. HEX triplet: C6, EA and 80. RGB value is (198,234,128). Sum of RGB (Red+Green+Blue) = 198+234+128=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 128 (50.39% from 255 or 22.86% from 560); Max value from RGB is 234 - color contains mainly: green. Hex color #C6EA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6EA80 is #39157F. Grayscale: #D3D3D3. Windows color (decimal): -3741056 or 8448710. OLE color: 8448710.

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

Color convert

RGB198234128-
CMYK0.1500.450.08
HSL80.38º71.62%70.98%-
HSV(B)80.38º45.3%91.76%-
XYZ56.6172.4131.42-
YUV211.1581.07118.62-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.36%
GREEN value IS 234 (91.80% from 255) = 41.79%
BLUE value IS 128 (50.39% from 255) = 22.86%
R=35.36%
G=41.79%
B=22.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1982341280.1500.450.0880.3871.6270.98
HexC6EA80F02D8504847
Octal3063522001705510120110107
Binary110001101110101010000000111101011011000101000010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6EA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6EA80; }

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

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

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

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

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

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

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

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