Html Css Color HEX #7DFF71 Screamin' Green

📋 copy color: '#7DFF71'

red 125 ◦ green 255 ◦ blue 113

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

Shades of Screamin' Green #7DFF71

Tints of Screamin' Green #7DFF71

RGB

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

 GREEN value IS 255 (100% from 255) = 51.72%

 BLUE value IS 113 (44.53% from 255) = 22.92%

R = 25.35%
G = 51.72%
B = 22.92%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#7DFF71 (or 0x7DFF71) is known color: Screamin' Green. HEX triplet: 7D, FF and 71. RGB value is (125,255,113). Sum of RGB (Red+Green+Blue) = 125+255+113=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFF71 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DFF71 is #82008E. Grayscale: #C8C8C8. Windows color (decimal): -8519823 or 7470973. OLE color: 7470973.

HSL color Cylindrical-coordinate representation of color #7DFF71: hue angle of 114.93º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7DFF71 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 125 255 113 -
CMYK 0.51 0 0.56 0
HSL 114.93º 1% 0.72% -
HSV(B) 114.93º 0.56% 1% -
XYZ 47.2 77.07 28.01 -
YUV 199.94 78.93 74.55 -
System Red Green Blue C M Y K H S L
Decimal 125 255 113 0.51 0 0.56 0 114.93 1 0.72
Hex 7D FF 71 33 0 38 0 73 64 48
Octal 175 377 161 63 0 70 0 163 144 110
Binary 1111101 11111111 1110001 110011 0 111000 0 1110011 1100100 1001000

Color Harmonies of #7DFF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFF71

Black with #7DFF71

Text Example


Text Example

White with #7DFF71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,255,113); }

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

background-color css

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

 a { background-color: rgb(125,255,113); }

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

border-color css

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

 span { border-color: rgb(125,255,113); }

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