#C7FC80

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

Shades of Sulu #C7FC80

Tints of Sulu #C7FC80

Color information

#C7FC80 (or 0xC7FC80) is unknown color: approx Sulu. HEX triplet: C7, FC and 80. RGB value is (199,252,128). Sum of RGB (Red+Green+Blue) = 199+252+128=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 128 (50.39% from 255 or 22.11% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #C7FC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7FC80 is #38037F. Grayscale: #DEDEDE. Windows color (decimal): -3670912 or 8453319. OLE color: 8453319.

HSL color Cylindrical-coordinate representation of color #C7FC80: hue angle of 85.65º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C7FC80 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB199252128-
CMYK0.2100.490.01
HSL85.65º95.38%74.51%-
HSV(B)85.65º49.21%98.82%-
XYZ62.2683.3233.22-
YUV222.0274.94111.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.37%
GREEN value IS 252 (98.83% from 255) = 43.52%
BLUE value IS 128 (50.39% from 255) = 22.11%
R=34.37%
G=43.52%
B=22.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992521280.2100.490.0185.6595.3874.51
HexC7FC80150311565f4b
Octal307374200250611126137113
Binary1100011111111100100000001010101100011101011010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FC80; }

 p { color: rgb(199,252,128); }

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

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

 a { background-color: rgb(199,252,128); }

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

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

 span { border-color: rgb(199,252,128); }

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