#C6FF76

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

Shades of Sulu #C6FF76

Tints of Sulu #C6FF76

Color information

#C6FF76 (or 0xC6FF76) is unknown color: approx Sulu. HEX triplet: C6, FF and 76. RGB value is (198,255,118). Sum of RGB (Red+Green+Blue) = 198+255+118=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 118 (46.48% from 255 or 20.67% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #C6FF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FF76 is #390089. Grayscale: #DEDEDE. Windows color (decimal): -3735690 or 7798726. OLE color: 7798726.

HSL color Cylindrical-coordinate representation of color #C6FF76: hue angle of 84.96º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C6FF76 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB198255118-
CMYK0.2200.540
HSL84.96º100%73.14%-
HSV(B)84.96º53.73%100%-
XYZ62.3284.8330.23-
YUV222.3469.12110.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.68%
GREEN value IS 255 (100% from 255) = 44.66%
BLUE value IS 118 (46.48% from 255) = 20.67%
R=34.68%
G=44.66%
B=20.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1982551180.2200.54084.9610073.14
HexC6FF76160360556449
Octal306377166260660125144111
Binary110001101111111111101101011001101100101010111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6FF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6FF76; }

 p { color: rgb(198,255,118); }

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

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

 a { background-color: rgb(198,255,118); }

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

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

 span { border-color: rgb(198,255,118); }

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