#C5FB61

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

Shades of Sulu #C5FB61

Tints of Sulu #C5FB61

Color information

#C5FB61 (or 0xC5FB61) is unknown color: approx Sulu. HEX triplet: C5, FB and 61. RGB value is (197,251,97). Sum of RGB (Red+Green+Blue) = 197+251+97=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 97 (38.28% from 255 or 17.80% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FB61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FB61 is #3A049E. Grayscale: #D9D9D9. Windows color (decimal): -3802271 or 6421445. OLE color: 6421445.

HSL color Cylindrical-coordinate representation of color #C5FB61: hue angle of 81.04º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5FB61 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB19725197-
CMYK0.2200.610.02
HSL81.04º95.06%68.24%-
HSV(B)81.04º61.35%98.43%-
XYZ59.6881.7323.94-
YUV217.360.11113.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.15%
GREEN value IS 251 (98.44% from 255) = 46.06%
BLUE value IS 97 (38.28% from 255) = 17.80%
R=36.15%
G=46.06%
B=17.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal197251970.2200.610.0281.0495.0668.24
HexC5FB611603D2515f44
Octal305373141260752121137104
Binary1100010111111011110000110110011110110101000110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FB61; }

 p { color: rgb(197,251,97); }

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

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

 a { background-color: rgb(197,251,97); }

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

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

 span { border-color: rgb(197,251,97); }

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