#C1FA61

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

Shades of Sulu #C1FA61

Tints of Sulu #C1FA61

Color information

#C1FA61 (or 0xC1FA61) is unknown color: approx Sulu. HEX triplet: C1, FA and 61. RGB value is (193,250,97). Sum of RGB (Red+Green+Blue) = 193+250+97=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 97 (38.28% from 255 or 17.96% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FA61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FA61 is #3E059E. Grayscale: #D8D8D8. Windows color (decimal): -4064671 or 6421185. OLE color: 6421185.

HSL color Cylindrical-coordinate representation of color #C1FA61: hue angle of 82.35º degrees, saturation: 0.94, 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 #C1FA61 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB19325097-
CMYK0.2300.610.02
HSL82.35º93.87%68.04%-
HSV(B)82.35º61.2%98.04%-
XYZ58.3480.5723.79-
YUV215.5261.12111.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.74%
GREEN value IS 250 (98.05% from 255) = 46.30%
BLUE value IS 97 (38.28% from 255) = 17.96%
R=35.74%
G=46.30%
B=17.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal193250970.2300.610.0282.3593.8768.04
HexC1FA611703D2525e44
Octal301372141270752122136104
Binary1100000111111010110000110111011110110101001010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FA61; }

 p { color: rgb(193,250,97); }

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

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

 a { background-color: rgb(193,250,97); }

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

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

 span { border-color: rgb(193,250,97); }

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