#4BF494

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

Shades of Shamrock #4BF494

Tints of Shamrock #4BF494

Color information

#4BF494 (or 0x4BF494) is unknown color: approx Shamrock. HEX triplet: 4B, F4 and 94. RGB value is (75,244,148). Sum of RGB (Red+Green+Blue) = 75+244+148=467 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.06% from 467); Green value is 244 (95.70% from 255 or 52.25% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 244 - color contains mainly: green. Hex color #4BF494 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BF494 is #B40B6B. Grayscale: #B6B6B6. Windows color (decimal): -11799404 or 9761867. OLE color: 9761867.

HSL color Cylindrical-coordinate representation of color #4BF494: hue angle of 145.92º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF494 is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB75244148-
CMYK0.6900.390.04
HSL145.92º88.48%62.55%-
HSV(B)145.92º69.26%95.69%-
XYZ40.668.3439.07-
YUV182.52108.5151.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.06%
GREEN value IS 244 (95.70% from 255) = 52.25%
BLUE value IS 148 (58.20% from 255) = 31.69%
R=16.06%
G=52.25%
B=31.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal752441480.6900.390.04145.9288.4862.55
Hex4BF49445027492583f
Octal113364224105047422213077
Binary1001011111101001001010010001010100111100100100101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,244,148); }

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

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

 a { background-color: rgb(75,244,148); }

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

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

 span { border-color: rgb(75,244,148); }

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