#C0FE95

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

Shades of Reef #C0FE95

Tints of Reef #C0FE95

Color information

#C0FE95 (or 0xC0FE95) is unknown color: approx Reef. HEX triplet: C0, FE and 95. RGB value is (192,254,149). Sum of RGB (Red+Green+Blue) = 192+254+149=595 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.27% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 149 (58.59% from 255 or 25.04% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FE95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FE95 is #3F016A. Grayscale: #DFDFDF. Windows color (decimal): -4129131 or 9830080. OLE color: 9830080.

HSL color Cylindrical-coordinate representation of color #C0FE95: hue angle of 95.43º 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 #C0FE95 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB192254149-
CMYK0.2400.410.00
HSL95.43º98.13%79.02%-
HSV(B)95.43º41.34%99.61%-
XYZ62.684.2641.4-
YUV223.4985.96105.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.27%
GREEN value IS 254 (99.61% from 255) = 42.69%
BLUE value IS 149 (58.59% from 255) = 25.04%
R=32.27%
G=42.69%
B=25.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1922541490.2400.410.0095.4398.1379.02
HexC0FE951802905f624f
Octal300376225300510137142117
Binary1100000011111110100101011100001010010101111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FE95; }

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

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

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

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

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

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

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

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