#C7EC94

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

Shades of Reef #C7EC94

Tints of Reef #C7EC94

Color information

#C7EC94 (or 0xC7EC94) is unknown color: approx Reef. HEX triplet: C7, EC and 94. RGB value is (199,236,148). Sum of RGB (Red+Green+Blue) = 199+236+148=583 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.13% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 148 (58.20% from 255 or 25.39% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #C7EC94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7EC94 is #38136B. Grayscale: #D7D7D7. Windows color (decimal): -3674988 or 9759943. OLE color: 9759943.

HSL color Cylindrical-coordinate representation of color #C7EC94: hue angle of 85.23º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C7EC94 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB199236148-
CMYK0.1600.370.07
HSL85.23º69.84%75.29%-
HSV(B)85.23º37.29%92.55%-
XYZ58.8974.2739.25-
YUV214.990.24116.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.13%
GREEN value IS 236 (92.58% from 255) = 40.48%
BLUE value IS 148 (58.20% from 255) = 25.39%
R=34.13%
G=40.48%
B=25.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1992361480.1600.370.0785.2369.8475.29
HexC7EC9410025755464b
Octal307354224200457125106113
Binary110001111110110010010100100000100101111101010110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EC94; }

 p { color: rgb(199,236,148); }

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

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

 a { background-color: rgb(199,236,148); }

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

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

 span { border-color: rgb(199,236,148); }

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