#C6ED95

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

Shades of Reef #C6ED95

Tints of Reef #C6ED95

Color information

#C6ED95 (or 0xC6ED95) is unknown color: approx Reef. HEX triplet: C6, ED and 95. RGB value is (198,237,149). Sum of RGB (Red+Green+Blue) = 198+237+149=584 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.90% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 237 - color contains mainly: green. Hex color #C6ED95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6ED95 is #39126A. Grayscale: #D7D7D7. Windows color (decimal): -3740267 or 9825734. OLE color: 9825734.

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

Color convert

RGB198237149-
CMYK0.1600.370.07
HSL86.59º70.97%75.69%-
HSV(B)86.59º37.13%92.94%-
XYZ5974.7439.75-
YUV215.3190.58115.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.90%
GREEN value IS 237 (92.97% from 255) = 40.58%
BLUE value IS 149 (58.59% from 255) = 25.51%
R=33.90%
G=40.58%
B=25.51%

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
Decimal1982371490.1600.370.0786.5970.9775.69
HexC6ED9510025757474c
Octal306355225200457127107114
Binary110001101110110110010101100000100101111101011110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ED95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ED95; }

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

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

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

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

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

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

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

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