Html Css Color HEX #4BCF95 Shamrock

📋 copy color: '#4BCF95'

red 75 ◦ green 207 ◦ blue 149

#4BCF95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #4BCF95

Tints of Shamrock #4BCF95

RGB

 RED value IS 75 (29.69% from 255) = 17.4%

 GREEN value IS 207 (81.25% from 255) = 48.03%

 BLUE value IS 149 (58.59% from 255) = 34.57%

R = 17.4%
G = 48.03%
B = 34.57%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#4BCF95 (or 0x4BCF95) is known color: Shamrock. HEX triplet: 4B, CF and 95. RGB value is (75,207,149). Sum of RGB (Red+Green+Blue) = 75+207+149=431 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.40% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #4BCF95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCF95 is #B4306A. Grayscale: #A1A1A1. Windows color (decimal): -11808875 or 9817931. OLE color: 9817931.

HSL color Cylindrical-coordinate representation of color #4BCF95: hue angle of 153.64º 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 #4BCF95 is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 207 149 -
CMYK 0.64 0 0.28 0.19
HSL 153.64º 0.58% 0.55% -
HSV(B) 153.64º 0.64% 0.81% -
XYZ 30.64 48.29 36.14 -
YUV 160.92 121.27 66.72 -
System Red Green Blue C M Y K H S L
Decimal 75 207 149 0.64 0 0.28 0.19 153.64 0.58 0.55
Hex 4B CF 95 40 0 1C 13 9A 3A 37
Octal 113 317 225 100 0 34 23 232 72 67
Binary 1001011 11001111 10010101 1000000 0 11100 10011 10011010 111010 110111

Color Harmonies of #4BCF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCF95

Black with #4BCF95

Text Example


Text Example

White with #4BCF95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4BCF95;
 }
 .AnyTagClassName
 {
   color: #4BCF95;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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