#C2F980

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

Shades of Sulu #C2F980

Tints of Sulu #C2F980

Color information

#C2F980 (or 0xC2F980) is unknown color: approx Sulu. HEX triplet: C2, F9 and 80. RGB value is (194,249,128). Sum of RGB (Red+Green+Blue) = 194+249+128=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 128 (50.39% from 255 or 22.42% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F980 is #3D067F. Grayscale: #DBDBDB. Windows color (decimal): -3999360 or 8452546. OLE color: 8452546.

HSL color Cylindrical-coordinate representation of color #C2F980: hue angle of 87.27º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2F980 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB194249128-
CMYK0.2200.490.02
HSL87.27º90.98%73.92%-
HSV(B)87.27º48.59%97.65%-
XYZ60.0280.7832.85-
YUV218.7676.78110.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.98%
GREEN value IS 249 (97.66% from 255) = 43.61%
BLUE value IS 128 (50.39% from 255) = 22.42%
R=33.98%
G=43.61%
B=22.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942491280.2200.490.0287.2790.9873.92
HexC2F980160312575b4a
Octal302371200260612127133112
Binary11000010111110011000000010110011000110101011110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F980; }

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

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

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

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

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

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

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

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