#C5FA76

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

Shades of Sulu #C5FA76

Tints of Sulu #C5FA76

Color information

#C5FA76 (or 0xC5FA76) is unknown color: approx Sulu. HEX triplet: C5, FA and 76. RGB value is (197,250,118). Sum of RGB (Red+Green+Blue) = 197+250+118=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 118 (46.48% from 255 or 20.88% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FA76 is #3A0589. Grayscale: #DBDBDB. Windows color (decimal): -3802506 or 7797445. OLE color: 7797445.

HSL color Cylindrical-coordinate representation of color #C5FA76: hue angle of 84.09º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5FA76 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB197250118-
CMYK0.2100.530.02
HSL84.09º92.96%72.16%-
HSV(B)84.09º52.8%98.04%-
XYZ60.4881.5529.69-
YUV219.170.94112.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.87%
GREEN value IS 250 (98.05% from 255) = 44.25%
BLUE value IS 118 (46.48% from 255) = 20.88%
R=34.87%
G=44.25%
B=20.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972501180.2100.530.0284.0992.9672.16
HexC5FA76150352545d48
Octal305372166250652124135110
Binary1100010111111010111011010101011010110101010010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FA76; }

 p { color: rgb(197,250,118); }

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

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

 a { background-color: rgb(197,250,118); }

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

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

 span { border-color: rgb(197,250,118); }

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