Html Css Color HEX #50F258 Screamin' Green

📋 copy color: '#50F258'

red 80 ◦ green 242 ◦ blue 88

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

Shades of Screamin' Green #50F258

Tints of Screamin' Green #50F258

RGB

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

 GREEN value IS 242 (94.92% from 255) = 59.02%

 BLUE value IS 88 (34.77% from 255) = 21.46%

R = 19.51%
G = 59.02%
B = 21.46%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#50F258 (or 0x50F258) is known color: Screamin' Green. HEX triplet: 50, F2 and 58. RGB value is (80,242,88). Sum of RGB (Red+Green+Blue) = 80+242+88=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 242 (94.92% from 255 or 59.02% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 242 - color contains mainly: green. Hex color #50F258 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50F258 is #AF0DA7. Grayscale: #B0B0B0. Windows color (decimal): -11472296 or 5829200. OLE color: 5829200.

HSL color Cylindrical-coordinate representation of color #50F258: hue angle of 122.96º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F258 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 242 88 -
CMYK 0.67 0 0.64 0.05
HSL 122.96º 0.86% 0.63% -
HSV(B) 122.96º 0.67% 0.95% -
XYZ 36.82 65.91 20.01 -
YUV 176.01 78.33 59.52 -
System Red Green Blue C M Y K H S L
Decimal 80 242 88 0.67 0 0.64 0.05 122.96 0.86 0.63
Hex 50 F2 58 43 0 40 5 7B 56 3F
Octal 120 362 130 103 0 100 5 173 126 77
Binary 1010000 11110010 1011000 1000011 0 1000000 101 1111011 1010110 111111

Color Harmonies of #50F258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F258

Black with #50F258

Text Example


Text Example

White with #50F258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,242,88); }

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

background-color css

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

 a { background-color: rgb(80,242,88); }

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

border-color css

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

 span { border-color: rgb(80,242,88); }

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