#C7FC95

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

Shades of Reef #C7FC95

Tints of Reef #C7FC95

Color information

#C7FC95 (or 0xC7FC95) is unknown color: approx Reef. HEX triplet: C7, FC and 95. RGB value is (199,252,149). Sum of RGB (Red+Green+Blue) = 199+252+149=600 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.17% from 600); Green value is 252 (98.83% from 255 or 42% from 600); Blue value is 149 (58.59% from 255 or 24.83% from 600); Max value from RGB is 252 - color contains mainly: green. Hex color #C7FC95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7FC95 is #38036A. Grayscale: #E0E0E0. Windows color (decimal): -3670891 or 9829575. OLE color: 9829575.

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

Color convert

RGB199252149-
CMYK0.2100.410.01
HSL90.87º94.5%78.63%-
HSV(B)90.87º40.87%98.82%-
XYZ63.7983.9341.27-
YUV224.4185.44109.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.17%
GREEN value IS 252 (98.83% from 255) = 42%
BLUE value IS 149 (58.59% from 255) = 24.83%
R=33.17%
G=42%
B=24.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992521490.2100.410.0190.8794.578.63
HexC7FC951502915b5e4f
Octal307374225250511133136117
Binary1100011111111100100101011010101010011101101110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FC95; }

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

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

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

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

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

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

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

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