#C2E395

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

Shades of Reef #C2E395

Tints of Reef #C2E395

Color information

#C2E395 (or 0xC2E395) is unknown color: approx Reef. HEX triplet: C2, E3 and 95. RGB value is (194,227,149). Sum of RGB (Red+Green+Blue) = 194+227+149=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 227 (89.06% from 255 or 39.82% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E395 is #3D1C6A. Grayscale: #D0D0D0. Windows color (decimal): -4004971 or 9823170. OLE color: 9823170.

HSL color Cylindrical-coordinate representation of color #C2E395: hue angle of 85.38º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2E395 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB194227149-
CMYK0.1500.340.11
HSL85.38º58.21%73.73%-
HSV(B)85.38º34.36%89.02%-
XYZ55.1468.5838.76-
YUV208.2494.57117.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.04%
GREEN value IS 227 (89.06% from 255) = 39.82%
BLUE value IS 149 (58.59% from 255) = 26.14%
R=34.04%
G=39.82%
B=26.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1942271490.1500.340.1185.3858.2173.73
HexC2E395F022B553a4a
Octal302343225170421312572112
Binary11000010111000111001010111110100010101110101011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E395; }

 p { color: rgb(194,227,149); }

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

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

 a { background-color: rgb(194,227,149); }

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

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

 span { border-color: rgb(194,227,149); }

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