#C1FF76

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

Shades of Sulu #C1FF76

Tints of Sulu #C1FF76

Color information

#C1FF76 (or 0xC1FF76) is unknown color: approx Sulu. HEX triplet: C1, FF and 76. RGB value is (193,255,118). Sum of RGB (Red+Green+Blue) = 193+255+118=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 118 (46.48% from 255 or 20.85% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FF76 is #3E0089. Grayscale: #DDDDDD. Windows color (decimal): -4063370 or 7798721. OLE color: 7798721.

HSL color Cylindrical-coordinate representation of color #C1FF76: hue angle of 87.15º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C1FF76 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB193255118-
CMYK0.2400.540
HSL87.15º100%73.14%-
HSV(B)87.15º53.73%100%-
XYZ61.0284.1730.17-
YUV220.8469.96108.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.10%
GREEN value IS 255 (100% from 255) = 45.05%
BLUE value IS 118 (46.48% from 255) = 20.85%
R=34.10%
G=45.05%
B=20.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1932551180.2400.54087.1510073.14
HexC1FF76180360576449
Octal301377166300660127144111
Binary110000011111111111101101100001101100101011111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FF76; }

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

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

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

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

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

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

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

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