#C5FC73

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

Shades of Sulu #C5FC73

Tints of Sulu #C5FC73

Color information

#C5FC73 (or 0xC5FC73) is unknown color: approx Sulu. HEX triplet: C5, FC and 73. RGB value is (197,252,115). Sum of RGB (Red+Green+Blue) = 197+252+115=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 115 (45.31% from 255 or 20.39% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FC73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FC73 is #3A038C. Grayscale: #DCDCDC. Windows color (decimal): -3801997 or 7601349. OLE color: 7601349.

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

Color convert

RGB197252115-
CMYK0.2200.540.01
HSL84.09º95.8%71.96%-
HSV(B)84.09º54.37%98.82%-
XYZ60.9382.7328.98-
YUV219.9468.78111.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.93%
GREEN value IS 252 (98.83% from 255) = 44.68%
BLUE value IS 115 (45.31% from 255) = 20.39%
R=34.93%
G=44.68%
B=20.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1972521150.2200.540.0184.0995.871.96
HexC5FC73160361546048
Octal305374163260661124140110
Binary110001011111110011100111011001101101101010011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FC73; }

 p { color: rgb(197,252,115); }

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

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

 a { background-color: rgb(197,252,115); }

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

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

 span { border-color: rgb(197,252,115); }

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