#C6F095

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

Shades of Reef #C6F095

Tints of Reef #C6F095

Color information

#C6F095 (or 0xC6F095) is unknown color: approx Reef. HEX triplet: C6, F0 and 95. RGB value is (198,240,149). Sum of RGB (Red+Green+Blue) = 198+240+149=587 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.73% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 149 (58.59% from 255 or 25.38% from 587); Max value from RGB is 240 - color contains mainly: green. Hex color #C6F095 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6F095 is #390F6A. Grayscale: #D9D9D9. Windows color (decimal): -3739499 or 9826502. OLE color: 9826502.

HSL color Cylindrical-coordinate representation of color #C6F095: hue angle of 87.69º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C6F095 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB198240149-
CMYK0.1800.380.06
HSL87.69º75.21%76.27%-
HSV(B)87.69º37.92%94.12%-
XYZ59.8776.540.04-
YUV217.0789.59114.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.73%
GREEN value IS 240 (94.14% from 255) = 40.89%
BLUE value IS 149 (58.59% from 255) = 25.38%
R=33.73%
G=40.89%
B=25.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1982401490.1800.380.0687.6975.2176.27
HexC6F095120266584b4c
Octal306360225220466130113114
Binary110001101111000010010101100100100110110101100010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F095; }

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

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

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

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

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

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

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

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