#07F819

Color #07F819 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #07F819

Tints of Free Speech Green #07F819

Color information

#07F819 (or 0x07F819) is unknown color: approx Free Speech Green. HEX triplet: 07, F8 and 19. RGB value is (7,248,25). Sum of RGB (Red+Green+Blue) = 7+248+25=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 248 (97.27% from 255 or 88.57% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 248 - color contains mainly: green. Hex color #07F819 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07F819 is #F807E6. Grayscale: #979797. Windows color (decimal): -16254951 or 1701895. OLE color: 1701895.

HSL color Cylindrical-coordinate representation of color #07F819: hue angle of 124.48º 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 #07F819 is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB724825-
CMYK0.9700.900.03
HSL124.48º94.51%50%-
HSV(B)124.48º97.18%97.25%-
XYZ33.8367.2512.12-
YUV150.5257.1625.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.5%
GREEN value IS 248 (97.27% from 255) = 88.57%
BLUE value IS 25 (10.16% from 255) = 8.93%
R=2.5%
G=88.57%
B=8.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal7248250.9700.900.03124.4894.5150
Hex7F8196105A37c5f32
Octal7370311410132317413762
Binary11111111000110011100001010110101111111001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07F819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #07F819;
 }
 .AnyTagClassName
 {
   color: #07F819;
 }
</style>
background-color css

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

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

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

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

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

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