Html Css Color HEX #4AFF95 Shamrock

📋 copy color: '#4AFF95'

red 74 ◦ green 255 ◦ blue 149

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

Shades of Shamrock #4AFF95

Tints of Shamrock #4AFF95

RGB

 RED value IS 74 (29.3% from 255) = 15.48%

 GREEN value IS 255 (100% from 255) = 53.35%

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

R = 15.48%
G = 53.35%
B = 31.17%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#4AFF95 (or 0x4AFF95) is known color: Shamrock. HEX triplet: 4A, FF and 95. RGB value is (74,255,149). Sum of RGB (Red+Green+Blue) = 74+255+149=478 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.48% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFF95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFF95 is #B5006A. Grayscale: #BDBDBD. Windows color (decimal): -11862123 or 9830218. OLE color: 9830218.

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

Color convert

RGB 74 255 149 -
CMYK 0.71 0 0.42 0
HSL 144.86º 1% 0.65% -
HSV(B) 144.86º 0.71% 1% -
XYZ 44.01 75.15 40.62 -
YUV 188.8 105.53 46.12 -
System Red Green Blue C M Y K H S L
Decimal 74 255 149 0.71 0 0.42 0 144.86 1 0.65
Hex 4A FF 95 47 0 2A 0 91 64 41
Octal 112 377 225 107 0 52 0 221 144 101
Binary 1001010 11111111 10010101 1000111 0 101010 0 10010001 1100100 1000001

Color Harmonies of #4AFF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFF95

Black with #4AFF95

Text Example


Text Example

White with #4AFF95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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