Html Css Color HEX #50F248 Screamin' Green

📋 copy color: '#50F248'

red 80 ◦ green 242 ◦ blue 72

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

Shades of Screamin' Green #50F248

Tints of Screamin' Green #50F248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.27%

R = 20.3%
G = 61.42%
B = 18.27%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#50F248 (or 0x50F248) is known color: Screamin' Green. HEX triplet: 50, F2 and 48. RGB value is (80,242,72). Sum of RGB (Red+Green+Blue) = 80+242+72=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 242 (94.92% from 255 or 61.42% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 242 - color contains mainly: green. Hex color #50F248 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F248 is #AF0DB7. Grayscale: #AEAEAE. Windows color (decimal): -11472312 or 4780624. OLE color: 4780624.

HSL color Cylindrical-coordinate representation of color #50F248: hue angle of 117.18º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50F248 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 242 72 -
CMYK 0.67 0 0.70 0.05
HSL 117.18º 0.87% 0.62% -
HSV(B) 117.18º 0.7% 0.95% -
XYZ 36.23 65.68 16.9 -
YUV 174.18 70.33 60.82 -
System Red Green Blue C M Y K H S L
Decimal 80 242 72 0.67 0 0.70 0.05 117.18 0.87 0.62
Hex 50 F2 48 43 0 46 5 75 57 3E
Octal 120 362 110 103 0 106 5 165 127 76
Binary 1010000 11110010 1001000 1000011 0 1000110 101 1110101 1010111 111110

Color Harmonies of #50F248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F248

Black with #50F248

Text Example


Text Example

White with #50F248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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