Html Css Color HEX #07D80E Free Speech Green

📋 copy color: '#07D80E'

red 7 ◦ green 216 ◦ blue 14

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

Shades of Free Speech Green #07D80E

Tints of Free Speech Green #07D80E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 91.14%

 BLUE value IS 14 (5.86% from 255) = 5.91%

R = 2.95%
G = 91.14%
B = 5.91%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#07D80E (or 0x07D80E) is known color: Free Speech Green. HEX triplet: 07, D8 and 0E. RGB value is (7,216,14). Sum of RGB (Red+Green+Blue) = 7+216+14=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 216 (84.77% from 255 or 91.14% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 216 - color contains mainly: green. Hex color #07D80E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07D80E is #F827F1. Grayscale: #838383. Windows color (decimal): -16263154 or 972807. OLE color: 972807.

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

Color convert

RGB 7 216 14 -
CMYK 0.97 0 0.94 0.15
HSL 122.01º 0.94% 0.44% -
HSV(B) 122.01º 0.97% 0.85% -
XYZ 24.72 49.19 8.61 -
YUV 130.48 62.26 39.93 -
System Red Green Blue C M Y K H S L
Decimal 7 216 14 0.97 0 0.94 0.15 122.01 0.94 0.44
Hex 7 D8 E 61 0 5E F 7A 5E 2C
Octal 7 330 16 141 0 136 17 172 136 54
Binary 111 11011000 1110 1100001 0 1011110 1111 1111010 1011110 101100

Color Harmonies of #07D80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07D80E

Black with #07D80E

Text Example


Text Example

White with #07D80E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,216,14); }

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

background-color css

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

 a { background-color: rgb(7,216,14); }

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

border-color css

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

 span { border-color: rgb(7,216,14); }

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