#C5FF95

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

Shades of Reef #C5FF95

Tints of Reef #C5FF95

Color information

#C5FF95 (or 0xC5FF95) is unknown color: approx Reef. HEX triplet: C5, FF and 95. RGB value is (197,255,149). Sum of RGB (Red+Green+Blue) = 197+255+149=601 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.78% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 149 (58.59% from 255 or 24.79% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FF95 is #3A006A. Grayscale: #E1E1E1. Windows color (decimal): -3801195 or 9830341. OLE color: 9830341.

HSL color Cylindrical-coordinate representation of color #C5FF95: hue angle of 92.83º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5FF95 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB197255149-
CMYK0.2300.420
HSL92.83º100%79.22%-
HSV(B)92.83º41.57%100%-
XYZ64.2185.5641.56-
YUV225.5784.78107.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.78%
GREEN value IS 255 (100% from 255) = 42.43%
BLUE value IS 149 (58.59% from 255) = 24.79%
R=32.78%
G=42.43%
B=24.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1972551490.2300.42092.8310079.22
HexC5FF951702A05d644f
Octal305377225270520135144117
Binary1100010111111111100101011011101010100101110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FF95; }

 p { color: rgb(197,255,149); }

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

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

 a { background-color: rgb(197,255,149); }

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

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

 span { border-color: rgb(197,255,149); }

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