Html Css Color HEX #07F80F Free Speech Green

📋 copy color: '#07F80F'

red 7 ◦ green 248 ◦ blue 15

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

Shades of Free Speech Green #07F80F

Tints of Free Speech Green #07F80F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 91.85%

 BLUE value IS 15 (6.25% from 255) = 5.56%

R = 2.59%
G = 91.85%
B = 5.56%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#07F80F (or 0x07F80F) is known color: Free Speech Green. HEX triplet: 07, F8 and 0F. RGB value is (7,248,15). Sum of RGB (Red+Green+Blue) = 7+248+15=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 248 (97.27% from 255 or 91.85% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 248 - color contains mainly: green. Hex color #07F80F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07F80F is #F807F0. Grayscale: #969696. Windows color (decimal): -16254961 or 1046535. OLE color: 1046535.

HSL color Cylindrical-coordinate representation of color #07F80F: hue angle of 121.99º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F80F is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 7 248 15 -
CMYK 0.97 0 0.94 0.03
HSL 121.99º 0.95% 0.5% -
HSV(B) 121.99º 0.97% 0.97% -
XYZ 33.74 67.21 11.65 -
YUV 149.38 52.16 26.45 -
System Red Green Blue C M Y K H S L
Decimal 7 248 15 0.97 0 0.94 0.03 121.99 0.95 0.5
Hex 7 F8 F 61 0 5E 3 7A 5F 32
Octal 7 370 17 141 0 136 3 172 137 62
Binary 111 11111000 1111 1100001 0 1011110 11 1111010 1011111 110010

Color Harmonies of #07F80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F80F

Black with #07F80F

Text Example


Text Example

White with #07F80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,248,15); }

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

background-color css

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

 a { background-color: rgb(7,248,15); }

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

border-color css

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

 span { border-color: rgb(7,248,15); }

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