#C5FBA2

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

Shades of Reef #C5FBA2

Tints of Reef #C5FBA2

Color information

#C5FBA2 (or 0xC5FBA2) is unknown color: approx Reef. HEX triplet: C5, FB and A2. RGB value is (197,251,162). Sum of RGB (Red+Green+Blue) = 197+251+162=610 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.30% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 162 (63.67% from 255 or 26.56% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FBA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FBA2 is #3A045D. Grayscale: #E1E1E1. Windows color (decimal): -3802206 or 10681285. OLE color: 10681285.

HSL color Cylindrical-coordinate representation of color #C5FBA2: hue angle of 96.4º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5FBA2 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB197251162-
CMYK0.2200.350.02
HSL96.4º91.75%80.98%-
HSV(B)96.4º35.46%98.43%-
XYZ64.0483.4746.92-
YUV224.7192.61108.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.30%
GREEN value IS 251 (98.44% from 255) = 41.15%
BLUE value IS 162 (63.67% from 255) = 26.56%
R=32.30%
G=41.15%
B=26.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972511620.2200.350.0296.491.7580.98
HexC5FBA2160232605c51
Octal305373242260432140134121
Binary11000101111110111010001010110010001110110000010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FBA2; }

 p { color: rgb(197,251,162); }

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

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

 a { background-color: rgb(197,251,162); }

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

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

 span { border-color: rgb(197,251,162); }

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