#C5FFA5

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

Shades of Reef #C5FFA5

Tints of Reef #C5FFA5

Color information

#C5FFA5 (or 0xC5FFA5) is unknown color: approx Reef. HEX triplet: C5, FF and A5. RGB value is (197,255,165). Sum of RGB (Red+Green+Blue) = 197+255+165=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 165 (64.84% from 255 or 26.74% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FFA5 is #3A005A. Grayscale: #E3E3E3. Windows color (decimal): -3801179 or 10878917. OLE color: 10878917.

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

Color convert

RGB197255165-
CMYK0.2300.350
HSL98.67º100%82.35%-
HSV(B)98.67º35.29%100%-
XYZ65.5886.1148.76-
YUV227.492.78106.32-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.93%
GREEN value IS 255 (100% from 255) = 41.33%
BLUE value IS 165 (64.84% from 255) = 26.74%
R=31.93%
G=41.33%
B=26.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1972551650.2300.35098.6710082.35
HexC5FFA5170230636452
Octal305377245270430143144122
Binary1100010111111111101001011011101000110110001111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FFA5; }

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

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

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

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

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

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

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

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