#C1FA88

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

Shades of Sulu #C1FA88

Tints of Sulu #C1FA88

Color information

#C1FA88 (or 0xC1FA88) is unknown color: approx Sulu. HEX triplet: C1, FA and 88. RGB value is (193,250,136). Sum of RGB (Red+Green+Blue) = 193+250+136=579 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.33% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 136 (53.52% from 255 or 23.49% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FA88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FA88 is #3E0577. Grayscale: #DCDCDC. Windows color (decimal): -4064632 or 8977089. OLE color: 8977089.

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

Color convert

RGB193250136-
CMYK0.2300.460.02
HSL90º91.94%75.69%-
HSV(B)90º45.6%98.04%-
XYZ60.6281.4935.83-
YUV219.9680.62108.77-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.33%
GREEN value IS 250 (98.05% from 255) = 43.18%
BLUE value IS 136 (53.52% from 255) = 23.49%
R=33.33%
G=43.18%
B=23.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1932501360.2300.460.029091.9475.69
HexC1FA881702E25a5c4c
Octal301372210270562132134114
Binary11000001111110101000100010111010111010101101010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FA88; }

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

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

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

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

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

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

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

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