#C4FEA0

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

Shades of Reef #C4FEA0

Tints of Reef #C4FEA0

Color information

#C4FEA0 (or 0xC4FEA0) is unknown color: approx Reef. HEX triplet: C4, FE and A0. RGB value is (196,254,160). Sum of RGB (Red+Green+Blue) = 196+254+160=610 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.13% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 160 (62.89% from 255 or 26.23% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #C4FEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4FEA0 is #3B015F. Grayscale: #E2E2E2. Windows color (decimal): -3866976 or 10550980. OLE color: 10550980.

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

Color convert

RGB196254160-
CMYK0.2300.370.00
HSL97.02º97.92%81.18%-
HSV(B)97.02º37.01%99.61%-
XYZ64.5585.1646.29-
YUV225.9490.78106.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.13%
GREEN value IS 254 (99.61% from 255) = 41.64%
BLUE value IS 160 (62.89% from 255) = 26.23%
R=32.13%
G=41.64%
B=26.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1962541600.2300.370.0097.0297.9281.18
HexC4FEA0170250616251
Octal304376240270450141142121
Binary1100010011111110101000001011101001010110000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FEA0; }

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

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

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

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

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

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

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

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