Html Css Color HEX #7DFF70 Screamin' Green

📋 copy color: '#7DFF70'

red 125 ◦ green 255 ◦ blue 112

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

Shades of Screamin' Green #7DFF70

Tints of Screamin' Green #7DFF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.76%

R = 25.41%
G = 51.83%
B = 22.76%

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

#7DFF70 (or 0x7DFF70) is known color: Screamin' Green. HEX triplet: 7D, FF and 70. RGB value is (125,255,112). Sum of RGB (Red+Green+Blue) = 125+255+112=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFF70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DFF70 is #82008F. Grayscale: #C8C8C8. Windows color (decimal): -8519824 or 7405437. OLE color: 7405437.

HSL color Cylindrical-coordinate representation of color #7DFF70: hue angle of 114.55º 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 #7DFF70 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 125 255 112 -
CMYK 0.51 0 0.56 0
HSL 114.55º 1% 0.72% -
HSV(B) 114.55º 0.56% 1% -
XYZ 47.14 77.05 27.72 -
YUV 199.83 78.43 74.63 -
System Red Green Blue C M Y K H S L
Decimal 125 255 112 0.51 0 0.56 0 114.55 1 0.72
Hex 7D FF 70 33 0 38 0 73 64 48
Octal 175 377 160 63 0 70 0 163 144 110
Binary 1111101 11111111 1110000 110011 0 111000 0 1110011 1100100 1001000

Color Harmonies of #7DFF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFF70

Black with #7DFF70

Text Example


Text Example

White with #7DFF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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