Html Css Color HEX #40FF80 Screamin' Green

📋 copy color: '#40FF80'

red 64 ◦ green 255 ◦ blue 128

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

Shades of Screamin' Green #40FF80

Tints of Screamin' Green #40FF80

RGB

 RED value IS 64 (25.39% from 255) = 14.32%

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

 BLUE value IS 128 (50.39% from 255) = 28.64%

R = 14.32%
G = 57.05%
B = 28.64%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#40FF80 (or 0x40FF80) is known color: Screamin' Green. HEX triplet: 40, FF and 80. RGB value is (64,255,128). Sum of RGB (Red+Green+Blue) = 64+255+128=447 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.32% from 447); Green value is 255 (100% from 255 or 57.05% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 255 - color contains mainly: green. Hex color #40FF80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FF80 is #BF007F. Grayscale: #B7B7B7. Windows color (decimal): -12517504 or 8453952. OLE color: 8453952.

HSL color Cylindrical-coordinate representation of color #40FF80: hue angle of 140.1º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FF80 is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 64 255 128 -
CMYK 0.75 0 0.50 0
HSL 140.1º 1% 0.63% -
HSV(B) 140.1º 0.75% 1% -
XYZ 41.77 74.17 32.54 -
YUV 183.41 96.72 42.83 -
System Red Green Blue C M Y K H S L
Decimal 64 255 128 0.75 0 0.50 0 140.1 1 0.63
Hex 40 FF 80 4B 0 32 0 8C 64 3F
Octal 100 377 200 113 0 62 0 214 144 77
Binary 1000000 11111111 10000000 1001011 0 110010 0 10001100 1100100 111111

Color Harmonies of #40FF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FF80

Black with #40FF80

Text Example


Text Example

White with #40FF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40FF80; }

 p { color: rgb(64,255,128); }

 H1.HeaderClassName
 {
   color: #40FF80;
 }
 .AnyTagClassName
 {
   color: #40FF80;
 }
</style>

background-color css

<style>
 a { background-color: #40FF80; }

 a { background-color: rgb(64,255,128); }

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

border-color css

<style>
 span { border-color: #40FF80; }

 span { border-color: rgb(64,255,128); }

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