Html Css Color HEX #07FF70 Spring Green

📋 copy color: '#07FF70'

red 7 ◦ green 255 ◦ blue 112

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

Shades of Spring Green #07FF70

Tints of Spring Green #07FF70

RGB

 RED value IS 7 (3.13% from 255) = 1.87%

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

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

R = 1.87%
G = 68.18%
B = 29.95%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#07FF70 (or 0x07FF70) is known color: Spring Green. HEX triplet: 07, FF and 70. RGB value is (7,255,112). Sum of RGB (Red+Green+Blue) = 7+255+112=374 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.87% from 374); Green value is 255 (100% from 255 or 68.18% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 255 - color contains mainly: green. Hex color #07FF70 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07FF70 is #F8008F. Grayscale: #A4A4A4. Windows color (decimal): -16253072 or 7405319. OLE color: 7405319.

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

Color convert

RGB 7 255 112 -
CMYK 0.97 0 0.56 0
HSL 145.4º 1% 0.51% -
HSV(B) 145.4º 0.97% 1% -
XYZ 38.77 72.74 27.33 -
YUV 164.55 98.34 15.63 -
System Red Green Blue C M Y K H S L
Decimal 7 255 112 0.97 0 0.56 0 145.4 1 0.51
Hex 7 FF 70 61 0 38 0 91 64 33
Octal 7 377 160 141 0 70 0 221 144 63
Binary 111 11111111 1110000 1100001 0 111000 0 10010001 1100100 110011

Color Harmonies of #07FF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FF70

Black with #07FF70

Text Example


Text Example

White with #07FF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07FF70; }

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

 H1.HeaderClassName
 {
   color: #07FF70;
 }
 .AnyTagClassName
 {
   color: #07FF70;
 }
</style>

background-color css

<style>
 a { background-color: #07FF70; }

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

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

border-color css

<style>
 span { border-color: #07FF70; }

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

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