#C6EC95

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

Shades of Reef #C6EC95

Tints of Reef #C6EC95

Color information

#C6EC95 (or 0xC6EC95) is unknown color: approx Reef. HEX triplet: C6, EC and 95. RGB value is (198,236,149). Sum of RGB (Red+Green+Blue) = 198+236+149=583 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.96% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #C6EC95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6EC95 is #39136A. Grayscale: #D7D7D7. Windows color (decimal): -3740523 or 9825478. OLE color: 9825478.

HSL color Cylindrical-coordinate representation of color #C6EC95: hue angle of 86.21º 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 #C6EC95 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB198236149-
CMYK0.1600.370.07
HSL86.21º69.6%75.49%-
HSV(B)86.21º36.86%92.55%-
XYZ58.7174.1739.66-
YUV214.7290.91116.07-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.96%
GREEN value IS 236 (92.58% from 255) = 40.48%
BLUE value IS 149 (58.59% from 255) = 25.56%
R=33.96%
G=40.48%
B=25.56%

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
Decimal1982361490.1600.370.0786.2169.675.49
HexC6EC9510025756464b
Octal306354225200457126106113
Binary110001101110110010010101100000100101111101011010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6EC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6EC95; }

 p { color: rgb(198,236,149); }

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

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

 a { background-color: rgb(198,236,149); }

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

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

 span { border-color: rgb(198,236,149); }

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