Html Css Color HEX #50FE64 Screamin' Green

📋 copy color: '#50FE64'

red 80 ◦ green 254 ◦ blue 100

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

Shades of Screamin' Green #50FE64

Tints of Screamin' Green #50FE64

RGB

 RED value IS 80 (31.64% from 255) = 18.43%

 GREEN value IS 254 (99.61% from 255) = 58.53%

 BLUE value IS 100 (39.45% from 255) = 23.04%

R = 18.43%
G = 58.53%
B = 23.04%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#50FE64 (or 0x50FE64) is known color: Screamin' Green. HEX triplet: 50, FE and 64. RGB value is (80,254,100). Sum of RGB (Red+Green+Blue) = 80+254+100=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 254 (99.61% from 255 or 58.53% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 254 - color contains mainly: green. Hex color #50FE64 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FE64 is #AF019B. Grayscale: #B8B8B8. Windows color (decimal): -11469212 or 6618704. OLE color: 6618704.

HSL color Cylindrical-coordinate representation of color #50FE64: hue angle of 126.9º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FE64 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 254 100 -
CMYK 0.69 0 0.61 0.00
HSL 126.9º 0.99% 0.65% -
HSV(B) 126.9º 0.69% 1% -
XYZ 41.05 73.51 24.08 -
YUV 184.42 80.35 53.52 -
System Red Green Blue C M Y K H S L
Decimal 80 254 100 0.69 0 0.61 0.00 126.9 0.99 0.65
Hex 50 FE 64 45 0 3D 0 7F 63 41
Octal 120 376 144 105 0 75 0 177 143 101
Binary 1010000 11111110 1100100 1000101 0 111101 0 1111111 1100011 1000001

Color Harmonies of #50FE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FE64

Black with #50FE64

Text Example


Text Example

White with #50FE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50FE64; }

 p { color: rgb(80,254,100); }

 H1.HeaderClassName
 {
   color: #50FE64;
 }
 .AnyTagClassName
 {
   color: #50FE64;
 }
</style>

background-color css

<style>
 a { background-color: #50FE64; }

 a { background-color: rgb(80,254,100); }

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

border-color css

<style>
 span { border-color: #50FE64; }

 span { border-color: rgb(80,254,100); }

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