#C2F180

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

Shades of Sulu #C2F180

Tints of Sulu #C2F180

Color information

#C2F180 (or 0xC2F180) is unknown color: approx Sulu. HEX triplet: C2, F1 and 80. RGB value is (194,241,128). Sum of RGB (Red+Green+Blue) = 194+241+128=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F180 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F180 is #3D0E7F. Grayscale: #D6D6D6. Windows color (decimal): -4001408 or 8450498. OLE color: 8450498.

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

Color convert

RGB194241128-
CMYK0.2000.470.05
HSL84.96º80.14%72.35%-
HSV(B)84.96º46.89%94.51%-
XYZ57.675.9432.04-
YUV214.0679.43113.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.46%
GREEN value IS 241 (94.53% from 255) = 42.81%
BLUE value IS 128 (50.39% from 255) = 22.74%
R=34.46%
G=42.81%
B=22.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1942411280.2000.470.0584.9680.1472.35
HexC2F1801402F5555048
Octal302361200240575125120110
Binary110000101111000110000000101000101111101101010110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F180; }

 p { color: rgb(194,241,128); }

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

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

 a { background-color: rgb(194,241,128); }

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

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

 span { border-color: rgb(194,241,128); }

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