#C1F080

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

Shades of Sulu #C1F080

Tints of Sulu #C1F080

Color information

#C1F080 (or 0xC1F080) is unknown color: approx Sulu. HEX triplet: C1, F0 and 80. RGB value is (193,240,128). Sum of RGB (Red+Green+Blue) = 193+240+128=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 128 (50.39% from 255 or 22.82% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #C1F080 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1F080 is #3E0F7F. Grayscale: #D5D5D5. Windows color (decimal): -4067200 or 8450241. OLE color: 8450241.

HSL color Cylindrical-coordinate representation of color #C1F080: hue angle of 85.18º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C1F080 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB193240128-
CMYK0.2000.470.06
HSL85.18º78.87%72.16%-
HSV(B)85.18º46.67%94.12%-
XYZ57.0575.2231.93-
YUV213.1879.93113.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.40%
GREEN value IS 240 (94.14% from 255) = 42.78%
BLUE value IS 128 (50.39% from 255) = 22.82%
R=34.40%
G=42.78%
B=22.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1932401280.2000.470.0685.1878.8772.16
HexC1F0801402F6554f48
Octal301360200240576125117110
Binary110000011111000010000000101000101111110101010110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F080; }

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

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

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

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

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

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

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

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