Html Css Color HEX #50F866 Screamin' Green

📋 copy color: '#50F866'

red 80 ◦ green 248 ◦ blue 102

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

Shades of Screamin' Green #50F866

Tints of Screamin' Green #50F866

RGB

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

 GREEN value IS 248 (97.27% from 255) = 57.67%

 BLUE value IS 102 (40.23% from 255) = 23.72%

R = 18.6%
G = 57.67%
B = 23.72%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#50F866 (or 0x50F866) is known color: Screamin' Green. HEX triplet: 50, F8 and 66. RGB value is (80,248,102). Sum of RGB (Red+Green+Blue) = 80+248+102=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 248 (97.27% from 255 or 57.67% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 248 - color contains mainly: green. Hex color #50F866 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F866 is #AF0799. Grayscale: #B5B5B5. Windows color (decimal): -11470746 or 6748240. OLE color: 6748240.

HSL color Cylindrical-coordinate representation of color #50F866: hue angle of 127.86º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F866 is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 248 102 -
CMYK 0.68 0 0.59 0.03
HSL 127.86º 0.92% 0.64% -
HSV(B) 127.86º 0.68% 0.97% -
XYZ 39.27 69.8 23.97 -
YUV 181.12 83.34 55.87 -
System Red Green Blue C M Y K H S L
Decimal 80 248 102 0.68 0 0.59 0.03 127.86 0.92 0.64
Hex 50 F8 66 44 0 3B 3 80 5C 40
Octal 120 370 146 104 0 73 3 200 134 100
Binary 1010000 11111000 1100110 1000100 0 111011 11 10000000 1011100 1000000

Color Harmonies of #50F866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F866

Black with #50F866

Text Example


Text Example

White with #50F866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,248,102); }

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

background-color css

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

 a { background-color: rgb(80,248,102); }

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

border-color css

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

 span { border-color: rgb(80,248,102); }

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