#C4FCA0

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

Shades of Reef #C4FCA0

Tints of Reef #C4FCA0

Color information

#C4FCA0 (or 0xC4FCA0) is unknown color: approx Reef. HEX triplet: C4, FC and A0. RGB value is (196,252,160). Sum of RGB (Red+Green+Blue) = 196+252+160=608 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.24% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 160 (62.89% from 255 or 26.32% from 608); Max value from RGB is 252 - color contains mainly: green. Hex color #C4FCA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4FCA0 is #3B035F. Grayscale: #E1E1E1. Windows color (decimal): -3867488 or 10550468. OLE color: 10550468.

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

Color convert

RGB196252160-
CMYK0.2200.370.01
HSL96.52º93.88%80.78%-
HSV(B)96.52º36.51%98.82%-
XYZ63.9283.8946.08-
YUV224.7791.45107.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.24%
GREEN value IS 252 (98.83% from 255) = 41.45%
BLUE value IS 160 (62.89% from 255) = 26.32%
R=32.24%
G=41.45%
B=26.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1962521600.2200.370.0196.5293.8880.78
HexC4FCA0160251615e51
Octal304374240260451141136121
Binary1100010011111100101000001011001001011110000110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FCA0; }

 p { color: rgb(196,252,160); }

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

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

 a { background-color: rgb(196,252,160); }

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

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

 span { border-color: rgb(196,252,160); }

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