#4AFB81

Color #4AFB81 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #4AFB81

Tints of Screamin' Green #4AFB81

Color information

#4AFB81 (or 0x4AFB81) is unknown color: approx Screamin' Green. HEX triplet: 4A, FB and 81. RGB value is (74,251,129). Sum of RGB (Red+Green+Blue) = 74+251+129=454 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.30% from 454); Green value is 251 (98.44% from 255 or 55.29% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB81 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFB81 is #B5047E. Grayscale: #B8B8B8. Windows color (decimal): -11863167 or 8518474. OLE color: 8518474.

HSL color Cylindrical-coordinate representation of color #4AFB81: hue angle of 138.64º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFB81 is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB74251129-
CMYK0.7100.490.02
HSL138.64º95.68%63.73%-
HSV(B)138.64º70.52%98.43%-
XYZ41.2872.0432.5-
YUV184.1796.8649.42-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.30%
GREEN value IS 251 (98.44% from 255) = 55.29%
BLUE value IS 129 (50.78% from 255) = 28.41%
R=16.30%
G=55.29%
B=28.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal742511290.7100.490.02138.6495.6863.73
Hex4AFB814703128b6040
Octal1123732011070612213140100
Binary1001010111110111000000110001110110001101000101111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,251,129); }

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

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

 a { background-color: rgb(74,251,129); }

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

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

 span { border-color: rgb(74,251,129); }

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