#4cff95

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

Shades of Shamrock #4CFF95

Tints of Shamrock #4CFF95

Color information

#4CFF95 (or 0x4CFF95) is unknown color: approx Shamrock. HEX triplet: 4C, FF and 95. RGB value is (76,255,149). Sum of RGB (Red+Green+Blue) = 76+255+149=480 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.83% from 480); Green value is 255 (100% from 255 or 53.12% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFF95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CFF95 is #B3006A. Grayscale: #BDBDBD. Windows color (decimal): -11731051 or 9830220. OLE color: 9830220.

HSL color Cylindrical-coordinate representation of color #4CFF95: hue angle of 144.47º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFF95 is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB76255149-
CMYK0.7000.420
HSL144.47º100%64.9%-
HSV(B)144.47º70.2%100%-
XYZ44.1775.2340.63-
YUV189.4105.247.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.83%
GREEN value IS 255 (100% from 255) = 53.12%
BLUE value IS 149 (58.59% from 255) = 31.04%
R=15.83%
G=53.12%
B=31.04%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal762551490.7000.420144.4710064.9
Hex4CFF954602A0906441
Octal1143772251060520220144101
Binary100110011111111100101011000110010101001001000011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cff95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4cff95; }

 p { color: rgb(76,255,149); }

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

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

 a { background-color: rgb(76,255,149); }

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

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

 span { border-color: rgb(76,255,149); }

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