#C6F170

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

Shades of Sulu #C6F170

Tints of Sulu #C6F170

Color information

#C6F170 (or 0xC6F170) is unknown color: approx Sulu. HEX triplet: C6, F1 and 70. RGB value is (198,241,112). Sum of RGB (Red+Green+Blue) = 198+241+112=551 (72% of max value = 765). Red value is 198 (77.73% from 255 or 35.93% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 112 (44.14% from 255 or 20.33% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F170 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F170 is #390E8F. Grayscale: #D5D5D5. Windows color (decimal): -3739280 or 7401926. OLE color: 7401926.

HSL color Cylindrical-coordinate representation of color #C6F170: hue angle of 80º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C6F170 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB198241112-
CMYK0.1800.540.05
HSL80º82.17%69.22%-
HSV(B)80º53.53%94.51%-
XYZ57.6776.0926.98-
YUV213.4470.75116.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.93%
GREEN value IS 241 (94.53% from 255) = 43.74%
BLUE value IS 112 (44.14% from 255) = 20.33%
R=35.93%
G=43.74%
B=20.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1982411120.1800.540.058082.1769.22
HexC6F170120365505245
Octal306361160220665120122105
Binary11000110111100011110000100100110110101101000010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F170; }

 p { color: rgb(198,241,112); }

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

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

 a { background-color: rgb(198,241,112); }

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

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

 span { border-color: rgb(198,241,112); }

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