#C5FA6C

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

Shades of Sulu #C5FA6C

Tints of Sulu #C5FA6C

Color information

#C5FA6C (or 0xC5FA6C) is unknown color: approx Sulu. HEX triplet: C5, FA and 6C. RGB value is (197,250,108). Sum of RGB (Red+Green+Blue) = 197+250+108=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 108 (42.58% from 255 or 19.46% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FA6C is #3A0593. Grayscale: #DADADA. Windows color (decimal): -3802516 or 7142085. OLE color: 7142085.

HSL color Cylindrical-coordinate representation of color #C5FA6C: hue angle of 82.39º degrees, saturation: 0.93, 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 #C5FA6C is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB197250108-
CMYK0.2100.570.02
HSL82.39º93.42%70.2%-
HSV(B)82.39º56.8%98.04%-
XYZ59.9281.3226.73-
YUV217.9665.94113.05-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.50%
GREEN value IS 250 (98.05% from 255) = 45.05%
BLUE value IS 108 (42.58% from 255) = 19.46%
R=35.50%
G=45.05%
B=19.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972501080.2100.570.0282.3993.4270.2
HexC5FA6C150392525d46
Octal305372154250712122135106
Binary1100010111111010110110010101011100110101001010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FA6C; }

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

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

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

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

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

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

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

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