Html Css Color HEX #50FC64 Screamin' Green

📋 copy color: '#50FC64'

red 80 ◦ green 252 ◦ blue 100

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

Shades of Screamin' Green #50FC64

Tints of Screamin' Green #50FC64

RGB

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

 GREEN value IS 252 (98.83% from 255) = 58.33%

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

R = 18.52%
G = 58.33%
B = 23.15%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#50FC64 (or 0x50FC64) is known color: Screamin' Green. HEX triplet: 50, FC and 64. RGB value is (80,252,100). Sum of RGB (Red+Green+Blue) = 80+252+100=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 252 (98.83% from 255 or 58.33% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 252 - color contains mainly: green. Hex color #50FC64 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50FC64 is #AF039B. Grayscale: #B7B7B7. Windows color (decimal): -11469724 or 6618192. OLE color: 6618192.

HSL color Cylindrical-coordinate representation of color #50FC64: hue angle of 126.98º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FC64 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 252 100 -
CMYK 0.68 0 0.60 0.01
HSL 126.98º 0.97% 0.65% -
HSV(B) 126.98º 0.68% 0.99% -
XYZ 40.42 72.25 23.87 -
YUV 183.24 81.02 54.36 -
System Red Green Blue C M Y K H S L
Decimal 80 252 100 0.68 0 0.60 0.01 126.98 0.97 0.65
Hex 50 FC 64 44 0 3C 1 7F 61 41
Octal 120 374 144 104 0 74 1 177 141 101
Binary 1010000 11111100 1100100 1000100 0 111100 1 1111111 1100001 1000001

Color Harmonies of #50FC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FC64

Black with #50FC64

Text Example


Text Example

White with #50FC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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