#4BCF9A

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

Shades of Shamrock #4BCF9A

Tints of Shamrock #4BCF9A

Color information

#4BCF9A (or 0x4BCF9A) is unknown color: approx Shamrock. HEX triplet: 4B, CF and 9A. RGB value is (75,207,154). Sum of RGB (Red+Green+Blue) = 75+207+154=436 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.20% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #4BCF9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCF9A is #B43065. Grayscale: #A1A1A1. Windows color (decimal): -11808870 or 10145611. OLE color: 10145611.

HSL color Cylindrical-coordinate representation of color #4BCF9A: hue angle of 155.91º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BCF9A is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB75207154-
CMYK0.6400.260.19
HSL155.91º57.89%55.29%-
HSV(B)155.91º63.77%81.18%-
XYZ31.0548.4538.29-
YUV161.49123.7766.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.20%
GREEN value IS 207 (81.25% from 255) = 47.48%
BLUE value IS 154 (60.55% from 255) = 35.32%
R=17.20%
G=47.48%
B=35.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal752071540.6400.260.19155.9157.8955.29
Hex4BCF9A4001A139c3a37
Octal113317232100032232347267
Binary1001011110011111001101010000000110101001110011100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,207,154); }

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

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

 a { background-color: rgb(75,207,154); }

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

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

 span { border-color: rgb(75,207,154); }

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