Html Css Color HEX #07D80C Free Speech Green

📋 copy color: '#07D80C'

red 7 ◦ green 216 ◦ blue 12

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

Shades of Free Speech Green #07D80C

Tints of Free Speech Green #07D80C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.11%

R = 2.98%
G = 91.91%
B = 5.11%

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

#07D80C (or 0x07D80C) is known color: Free Speech Green. HEX triplet: 07, D8 and 0C. RGB value is (7,216,12). Sum of RGB (Red+Green+Blue) = 7+216+12=235 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.98% from 235); Green value is 216 (84.77% from 255 or 91.91% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 216 - color contains mainly: green. Hex color #07D80C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07D80C is #F827F3. Grayscale: #828282. Windows color (decimal): -16263156 or 841735. OLE color: 841735.

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

Color convert

RGB 7 216 12 -
CMYK 0.97 0 0.94 0.15
HSL 121.44º 0.94% 0.44% -
HSV(B) 121.44º 0.97% 0.85% -
XYZ 24.71 49.18 8.54 -
YUV 130.25 61.26 40.09 -
System Red Green Blue C M Y K H S L
Decimal 7 216 12 0.97 0 0.94 0.15 121.44 0.94 0.44
Hex 7 D8 C 61 0 5E F 79 5E 2C
Octal 7 330 14 141 0 136 17 171 136 54
Binary 111 11011000 1100 1100001 0 1011110 1111 1111001 1011110 101100

Color Harmonies of #07D80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07D80C

Black with #07D80C

Text Example


Text Example

White with #07D80C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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