#C6FE95

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

Shades of Reef #C6FE95

Tints of Reef #C6FE95

Color information

#C6FE95 (or 0xC6FE95) is unknown color: approx Reef. HEX triplet: C6, FE and 95. RGB value is (198,254,149). Sum of RGB (Red+Green+Blue) = 198+254+149=601 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.95% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 149 (58.59% from 255 or 24.79% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #C6FE95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6FE95 is #39016A. Grayscale: #E1E1E1. Windows color (decimal): -3735915 or 9830086. OLE color: 9830086.

HSL color Cylindrical-coordinate representation of color #C6FE95: hue angle of 92º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C6FE95 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB198254149-
CMYK0.2200.410.00
HSL92º98.13%79.02%-
HSV(B)92º41.34%99.61%-
XYZ64.1685.0641.47-
YUV225.2984.95108.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.95%
GREEN value IS 254 (99.61% from 255) = 42.26%
BLUE value IS 149 (58.59% from 255) = 24.79%
R=32.95%
G=42.26%
B=24.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1982541490.2200.410.009298.1379.02
HexC6FE951602905c624f
Octal306376225260510134142117
Binary1100011011111110100101011011001010010101110011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6FE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6FE95; }

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

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

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

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

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

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

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

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