#C4E3A0

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

Shades of Reef #C4E3A0

Tints of Reef #C4E3A0

Color information

#C4E3A0 (or 0xC4E3A0) is unknown color: approx Reef. HEX triplet: C4, E3 and A0. RGB value is (196,227,160). Sum of RGB (Red+Green+Blue) = 196+227+160=583 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.62% from 583); Green value is 227 (89.06% from 255 or 38.94% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 227 - color contains mainly: green. Hex color #C4E3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4E3A0 is #3B1C5F. Grayscale: #D2D2D2. Windows color (decimal): -3873888 or 10544068. OLE color: 10544068.

HSL color Cylindrical-coordinate representation of color #C4E3A0: hue angle of 87.76º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4E3A0 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB196227160-
CMYK0.1400.300.11
HSL87.76º54.47%75.88%-
HSV(B)87.76º29.52%89.02%-
XYZ56.5869.2143.63-
YUV210.0999.73117.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.62%
GREEN value IS 227 (89.06% from 255) = 38.94%
BLUE value IS 160 (62.89% from 255) = 27.44%
R=33.62%
G=38.94%
B=27.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1962271600.1400.300.1187.7654.4775.88
HexC4E3A0E01EB58364c
Octal304343240160361313066114
Binary1100010011100011101000001110011110101110110001101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4E3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4E3A0; }

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

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

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

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

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

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

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

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