#C5FA6A

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

Shades of Sulu #C5FA6A

Tints of Sulu #C5FA6A

Color information

#C5FA6A (or 0xC5FA6A) is unknown color: approx Sulu. HEX triplet: C5, FA and 6A. RGB value is (197,250,106). Sum of RGB (Red+Green+Blue) = 197+250+106=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 106 (41.80% from 255 or 19.17% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FA6A is #3A0595. Grayscale: #DADADA. Windows color (decimal): -3802518 or 7011013. OLE color: 7011013.

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

Color convert

RGB197250106-
CMYK0.2100.580.02
HSL82.08º93.51%69.8%-
HSV(B)82.08º57.6%98.04%-
XYZ59.8181.2826.17-
YUV217.7464.94113.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.62%
GREEN value IS 250 (98.05% from 255) = 45.21%
BLUE value IS 106 (41.80% from 255) = 19.17%
R=35.62%
G=45.21%
B=19.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972501060.2100.580.0282.0893.5169.8
HexC5FA6A1503A2525e46
Octal305372152250722122136106
Binary1100010111111010110101010101011101010101001010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FA6A; }

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

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

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

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

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

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

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

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