#C1FC76

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

Shades of Sulu #C1FC76

Tints of Sulu #C1FC76

Color information

#C1FC76 (or 0xC1FC76) is unknown color: approx Sulu. HEX triplet: C1, FC and 76. RGB value is (193,252,118). Sum of RGB (Red+Green+Blue) = 193+252+118=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 118 (46.48% from 255 or 20.96% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #C1FC76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FC76 is #3E0389. Grayscale: #DBDBDB. Windows color (decimal): -4064138 or 7797953. OLE color: 7797953.

HSL color Cylindrical-coordinate representation of color #C1FC76: hue angle of 86.42º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1FC76 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB193252118-
CMYK0.2300.530.01
HSL86.42º95.71%72.55%-
HSV(B)86.42º53.17%98.82%-
XYZ60.0782.2729.85-
YUV219.0870.95109.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.28%
GREEN value IS 252 (98.83% from 255) = 44.76%
BLUE value IS 118 (46.48% from 255) = 20.96%
R=34.28%
G=44.76%
B=20.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1932521180.2300.530.0186.4295.7172.55
HexC1FC76170351566049
Octal301374166270651126140111
Binary110000011111110011101101011101101011101011011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FC76; }

 p { color: rgb(193,252,118); }

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

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

 a { background-color: rgb(193,252,118); }

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

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

 span { border-color: rgb(193,252,118); }

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