Html Css Color HEX #4DFF82 Screamin' Green

📋 copy color: '#4DFF82'

red 77 ◦ green 255 ◦ blue 130

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

Shades of Screamin' Green #4DFF82

Tints of Screamin' Green #4DFF82

RGB

 RED value IS 77 (30.47% from 255) = 16.67%

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

 BLUE value IS 130 (51.17% from 255) = 28.14%

R = 16.67%
G = 55.19%
B = 28.14%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#4DFF82 (or 0x4DFF82) is known color: Screamin' Green. HEX triplet: 4D, FF and 82. RGB value is (77,255,130). Sum of RGB (Red+Green+Blue) = 77+255+130=462 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.67% from 462); Green value is 255 (100% from 255 or 55.19% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFF82 is #B2007D. Grayscale: #BBBBBB. Windows color (decimal): -11665534 or 8585037. OLE color: 8585037.

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

Color convert

RGB 77 255 130 -
CMYK 0.70 0 0.49 0
HSL 137.87º 1% 0.65% -
HSV(B) 137.87º 0.7% 1% -
XYZ 42.85 74.71 33.28 -
YUV 187.53 95.53 49.16 -
System Red Green Blue C M Y K H S L
Decimal 77 255 130 0.70 0 0.49 0 137.87 1 0.65
Hex 4D FF 82 46 0 31 0 8A 64 41
Octal 115 377 202 106 0 61 0 212 144 101
Binary 1001101 11111111 10000010 1000110 0 110001 0 10001010 1100100 1000001

Color Harmonies of #4DFF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFF82

Black with #4DFF82

Text Example


Text Example

White with #4DFF82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,255,130); }

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

background-color css

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

 a { background-color: rgb(77,255,130); }

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

border-color css

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

 span { border-color: rgb(77,255,130); }

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