#C5FFA1

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

Shades of Reef #C5FFA1

Tints of Reef #C5FFA1

Color information

#C5FFA1 (or 0xC5FFA1) is unknown color: approx Reef. HEX triplet: C5, FF and A1. RGB value is (197,255,161). Sum of RGB (Red+Green+Blue) = 197+255+161=613 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.14% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 161 (63.28% from 255 or 26.26% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FFA1 is #3A005E. Grayscale: #E3E3E3. Windows color (decimal): -3801183 or 10616773. OLE color: 10616773.

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

Color convert

RGB197255161-
CMYK0.2300.370
HSL97.02º100%81.57%-
HSV(B)97.02º36.86%100%-
XYZ65.2285.9646.87-
YUV226.9490.78106.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.14%
GREEN value IS 255 (100% from 255) = 41.60%
BLUE value IS 161 (63.28% from 255) = 26.26%
R=32.14%
G=41.60%
B=26.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1972551610.2300.37097.0210081.57
HexC5FFA1170250616452
Octal305377241270450141144122
Binary1100010111111111101000011011101001010110000111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FFA1; }

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

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

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

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

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

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

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

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