#C1EC80

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

Shades of Sulu #C1EC80

Tints of Sulu #C1EC80

Color information

#C1EC80 (or 0xC1EC80) is unknown color: approx Sulu. HEX triplet: C1, EC and 80. RGB value is (193,236,128). Sum of RGB (Red+Green+Blue) = 193+236+128=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #C1EC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1EC80 is #3E137F. Grayscale: #D3D3D3. Windows color (decimal): -4068224 or 8449217. OLE color: 8449217.

HSL color Cylindrical-coordinate representation of color #C1EC80: hue angle of 83.89º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1EC80 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB193236128-
CMYK0.1800.460.07
HSL83.89º73.97%71.37%-
HSV(B)83.89º45.76%92.55%-
XYZ55.8872.8931.55-
YUV210.8381.25115.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.65%
GREEN value IS 236 (92.58% from 255) = 42.37%
BLUE value IS 128 (50.39% from 255) = 22.98%
R=34.65%
G=42.37%
B=22.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1932361280.1800.460.0783.8973.9771.37
HexC1EC801202E7544a47
Octal301354200220567124112107
Binary110000011110110010000000100100101110111101010010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1EC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1EC80; }

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

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

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

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

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

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

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

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