#C6F96A

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

Shades of Sulu #C6F96A

Tints of Sulu #C6F96A

Color information

#C6F96A (or 0xC6F96A) is unknown color: approx Sulu. HEX triplet: C6, F9 and 6A. RGB value is (198,249,106). Sum of RGB (Red+Green+Blue) = 198+249+106=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 106 (41.80% from 255 or 19.17% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #C6F96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F96A is #390695. Grayscale: #D9D9D9. Windows color (decimal): -3737238 or 7010758. OLE color: 7010758.

HSL color Cylindrical-coordinate representation of color #C6F96A: hue angle of 81.4º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C6F96A is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB198249106-
CMYK0.2000.570.02
HSL81.4º92.26%69.61%-
HSV(B)81.4º57.43%97.65%-
XYZ59.7780.826.08-
YUV217.4565.1114.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.80%
GREEN value IS 249 (97.66% from 255) = 45.03%
BLUE value IS 106 (41.80% from 255) = 19.17%
R=35.80%
G=45.03%
B=19.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1982491060.2000.570.0281.492.2669.61
HexC6F96A140392515c46
Octal306371152240712121134106
Binary1100011011111001110101010100011100110101000110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F96A; }

 p { color: rgb(198,249,106); }

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

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

 a { background-color: rgb(198,249,106); }

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

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

 span { border-color: rgb(198,249,106); }

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