#C6F073

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

Shades of Sulu #C6F073

Tints of Sulu #C6F073

Color information

#C6F073 (or 0xC6F073) is unknown color: approx Sulu. HEX triplet: C6, F0 and 73. RGB value is (198,240,115). Sum of RGB (Red+Green+Blue) = 198+240+115=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 115 (45.31% from 255 or 20.80% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #C6F073 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F073 is #390F8C. Grayscale: #D5D5D5. Windows color (decimal): -3739533 or 7598278. OLE color: 7598278.

HSL color Cylindrical-coordinate representation of color #C6F073: hue angle of 80.16º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6F073 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB198240115-
CMYK0.1800.520.06
HSL80.16º80.65%69.61%-
HSV(B)80.16º52.08%94.12%-
XYZ57.5475.5627.77-
YUV213.1972.59117.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.80%
GREEN value IS 240 (94.14% from 255) = 43.40%
BLUE value IS 115 (45.31% from 255) = 20.80%
R=35.80%
G=43.40%
B=20.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1982401150.1800.520.0680.1680.6569.61
HexC6F073120346505146
Octal306360163220646120121106
Binary11000110111100001110011100100110100110101000010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F073; }

 p { color: rgb(198,240,115); }

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

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

 a { background-color: rgb(198,240,115); }

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

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

 span { border-color: rgb(198,240,115); }

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