#c0ef95

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

Shades of Reef #C0EF95

Tints of Reef #C0EF95

Color information

#C0EF95 (or 0xC0EF95) is unknown color: approx Reef. HEX triplet: C0, EF and 95. RGB value is (192,239,149). Sum of RGB (Red+Green+Blue) = 192+239+149=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 239 (93.75% from 255 or 41.21% from 580); Blue value is 149 (58.59% from 255 or 25.69% from 580); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EF95 is #3F106A. Grayscale: #D7D7D7. Windows color (decimal): -4132971 or 9826240. OLE color: 9826240.

HSL color Cylindrical-coordinate representation of color #C0EF95: hue angle of 91.33º degrees, saturation: 0.74, 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 #C0EF95 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB192239149-
CMYK0.2000.380.06
HSL91.33º73.77%76.08%-
HSV(B)91.33º37.66%93.73%-
XYZ58.0375.1139.87-
YUV214.6990.93111.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.10%
GREEN value IS 239 (93.75% from 255) = 41.21%
BLUE value IS 149 (58.59% from 255) = 25.69%
R=33.10%
G=41.21%
B=25.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1922391490.2000.380.0691.3373.7776.08
HexC0EF951402665b4a4c
Octal300357225240466133112114
Binary110000001110111110010101101000100110110101101110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0ef95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0ef95; }

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

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

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

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

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

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

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

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