Html Css Color HEX #7CF050 Screamin' Green

📋 copy color: '#7CF050'

red 124 ◦ green 240 ◦ blue 80

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

Shades of Screamin' Green #7CF050

Tints of Screamin' Green #7CF050

RGB

 RED value IS 124 (48.83% from 255) = 27.93%

 GREEN value IS 240 (94.14% from 255) = 54.05%

 BLUE value IS 80 (31.64% from 255) = 18.02%

R = 27.93%
G = 54.05%
B = 18.02%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#7CF050 (or 0x7CF050) is known color: Screamin' Green. HEX triplet: 7C, F0 and 50. RGB value is (124,240,80). Sum of RGB (Red+Green+Blue) = 124+240+80=444 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.93% from 444); Green value is 240 (94.14% from 255 or 54.05% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF050 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF050 is #830FAF. Grayscale: #BBBBBB. Windows color (decimal): -8589232 or 5304444. OLE color: 5304444.

HSL color Cylindrical-coordinate representation of color #7CF050: hue angle of 103.5º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7CF050 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 124 240 80 -
CMYK 0.48 0 0.67 0.06
HSL 103.5º 0.84% 0.63% -
HSV(B) 103.5º 0.67% 0.94% -
XYZ 40.92 67.18 18.4 -
YUV 187.08 67.57 83.01 -
System Red Green Blue C M Y K H S L
Decimal 124 240 80 0.48 0 0.67 0.06 103.5 0.84 0.63
Hex 7C F0 50 30 0 43 6 68 54 3F
Octal 174 360 120 60 0 103 6 150 124 77
Binary 1111100 11110000 1010000 110000 0 1000011 110 1101000 1010100 111111

Color Harmonies of #7CF050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF050

Black with #7CF050

Text Example


Text Example

White with #7CF050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CF050; }

 p { color: rgb(124,240,80); }

 H1.HeaderClassName
 {
   color: #7CF050;
 }
 .AnyTagClassName
 {
   color: #7CF050;
 }
</style>

background-color css

<style>
 a { background-color: #7CF050; }

 a { background-color: rgb(124,240,80); }

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

border-color css

<style>
 span { border-color: #7CF050; }

 span { border-color: rgb(124,240,80); }

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