#C1FA80

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

Shades of Sulu #C1FA80

Tints of Sulu #C1FA80

Color information

#C1FA80 (or 0xC1FA80) is unknown color: approx Sulu. HEX triplet: C1, FA and 80. RGB value is (193,250,128). Sum of RGB (Red+Green+Blue) = 193+250+128=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 128 (50.39% from 255 or 22.42% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FA80 is #3E057F. Grayscale: #DBDBDB. Windows color (decimal): -4064640 or 8452801. OLE color: 8452801.

HSL color Cylindrical-coordinate representation of color #C1FA80: hue angle of 88.03º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C1FA80 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB193250128-
CMYK0.2300.490.02
HSL88.03º92.42%74.12%-
HSV(B)88.03º48.8%98.04%-
XYZ60.0781.2732.94-
YUV219.0576.62109.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.80%
GREEN value IS 250 (98.05% from 255) = 43.78%
BLUE value IS 128 (50.39% from 255) = 22.42%
R=33.80%
G=43.78%
B=22.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1932501280.2300.490.0288.0392.4274.12
HexC1FA80170312585c4a
Octal301372200270612130134112
Binary11000001111110101000000010111011000110101100010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FA80; }

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

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

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

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

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

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

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

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