#C5E1A4

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

Shades of Reef #C5E1A4

Tints of Reef #C5E1A4

Color information

#C5E1A4 (or 0xC5E1A4) is unknown color: approx Reef. HEX triplet: C5, E1 and A4. RGB value is (197,225,164). Sum of RGB (Red+Green+Blue) = 197+225+164=586 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.62% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 164 (64.45% from 255 or 27.99% from 586); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E1A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5E1A4 is #3A1E5B. Grayscale: #D1D1D1. Windows color (decimal): -3808860 or 10805701. OLE color: 10805701.

HSL color Cylindrical-coordinate representation of color #C5E1A4: hue angle of 87.54º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5E1A4 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB197225164-
CMYK0.1200.270.12
HSL87.54º50.41%76.27%-
HSV(B)87.54º27.11%88.24%-
XYZ56.6568.445.34-
YUV209.67102.22118.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.62%
GREEN value IS 225 (88.28% from 255) = 38.40%
BLUE value IS 164 (64.45% from 255) = 27.99%
R=33.62%
G=38.40%
B=27.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1972251640.1200.270.1287.5450.4176.27
HexC5E1A4C01BC58324c
Octal305341244140331413062114
Binary1100010111100001101001001100011011110010110001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E1A4; }

 p { color: rgb(197,225,164); }

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

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

 a { background-color: rgb(197,225,164); }

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

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

 span { border-color: rgb(197,225,164); }

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