Html Css Color HEX #7DF150 Screamin' Green

📋 copy color: '#7DF150'

red 125 ◦ green 241 ◦ blue 80

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

Shades of Screamin' Green #7DF150

Tints of Screamin' Green #7DF150

RGB

 RED value IS 125 (49.22% from 255) = 28.03%

 GREEN value IS 241 (94.53% from 255) = 54.04%

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

R = 28.03%
G = 54.04%
B = 17.94%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#7DF150 (or 0x7DF150) is known color: Screamin' Green. HEX triplet: 7D, F1 and 50. RGB value is (125,241,80). Sum of RGB (Red+Green+Blue) = 125+241+80=446 (59% of max value = 765). Red value is 125 (49.22% from 255 or 28.03% from 446); Green value is 241 (94.53% from 255 or 54.04% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF150 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF150 is #820EAF. Grayscale: #BCBCBC. Windows color (decimal): -8523440 or 5304701. OLE color: 5304701.

HSL color Cylindrical-coordinate representation of color #7DF150: hue angle of 103.23º degrees, saturation: 0.85, 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 #7DF150 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 125 241 80 -
CMYK 0.48 0 0.67 0.05
HSL 103.23º 0.85% 0.63% -
HSV(B) 103.23º 0.67% 0.95% -
XYZ 41.36 67.85 18.51 -
YUV 187.96 67.07 83.09 -
System Red Green Blue C M Y K H S L
Decimal 125 241 80 0.48 0 0.67 0.05 103.23 0.85 0.63
Hex 7D F1 50 30 0 43 5 67 55 3F
Octal 175 361 120 60 0 103 5 147 125 77
Binary 1111101 11110001 1010000 110000 0 1000011 101 1100111 1010101 111111

Color Harmonies of #7DF150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF150

Black with #7DF150

Text Example


Text Example

White with #7DF150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,241,80); }

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

background-color css

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

 a { background-color: rgb(125,241,80); }

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

border-color css

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

 span { border-color: rgb(125,241,80); }

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