#C5E294

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

Shades of Reef #C5E294

Tints of Reef #C5E294

Color information

#C5E294 (or 0xC5E294) is unknown color: approx Reef. HEX triplet: C5, E2 and 94. RGB value is (197,226,148). Sum of RGB (Red+Green+Blue) = 197+226+148=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 226 (88.67% from 255 or 39.58% from 571); Blue value is 148 (58.20% from 255 or 25.92% from 571); Max value from RGB is 226 - color contains mainly: green. Hex color #C5E294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5E294 is #3A1D6B. Grayscale: #D0D0D0. Windows color (decimal): -3808620 or 9757381. OLE color: 9757381.

HSL color Cylindrical-coordinate representation of color #C5E294: hue angle of 82.31º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5E294 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB197226148-
CMYK0.1300.350.11
HSL82.31º57.35%73.33%-
HSV(B)82.31º34.51%88.63%-
XYZ55.5768.438.29-
YUV208.4493.89119.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.50%
GREEN value IS 226 (88.67% from 255) = 39.58%
BLUE value IS 148 (58.20% from 255) = 25.92%
R=34.50%
G=39.58%
B=25.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1972261480.1300.350.1182.3157.3573.33
HexC5E294D023B523949
Octal305342224150431312271111
Binary11000101111000101001010011010100011101110100101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E294; }

 p { color: rgb(197,226,148); }

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

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

 a { background-color: rgb(197,226,148); }

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

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

 span { border-color: rgb(197,226,148); }

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