#C1FA6C

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

Shades of Sulu #C1FA6C

Tints of Sulu #C1FA6C

Color information

#C1FA6C (or 0xC1FA6C) is unknown color: approx Sulu. HEX triplet: C1, FA and 6C. RGB value is (193,250,108). Sum of RGB (Red+Green+Blue) = 193+250+108=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 108 (42.58% from 255 or 19.60% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FA6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FA6C is #3E0593. Grayscale: #D9D9D9. Windows color (decimal): -4064660 or 7142081. OLE color: 7142081.

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

Color convert

RGB193250108-
CMYK0.2300.570.02
HSL84.08º93.42%70.2%-
HSV(B)84.08º56.8%98.04%-
XYZ58.8880.7926.68-
YUV216.7766.62111.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.03%
GREEN value IS 250 (98.05% from 255) = 45.37%
BLUE value IS 108 (42.58% from 255) = 19.60%
R=35.03%
G=45.37%
B=19.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1932501080.2300.570.0284.0893.4270.2
HexC1FA6C170392545d46
Octal301372154270712124135106
Binary1100000111111010110110010111011100110101010010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FA6C; }

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

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

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

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

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

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

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

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