Html Css Color HEX #07E80D Free Speech Green

📋 copy color: '#07E80D'

red 7 ◦ green 232 ◦ blue 13

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

Shades of Free Speech Green #07E80D

Tints of Free Speech Green #07E80D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 92.06%

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 2.78%
G = 92.06%
B = 5.16%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#07E80D (or 0x07E80D) is known color: Free Speech Green. HEX triplet: 07, E8 and 0D. RGB value is (7,232,13). Sum of RGB (Red+Green+Blue) = 7+232+13=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 232 (91.02% from 255 or 92.06% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 232 - color contains mainly: green. Hex color #07E80D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07E80D is #F817F2. Grayscale: #8C8C8C. Windows color (decimal): -16259059 or 911367. OLE color: 911367.

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

Color convert

RGB 7 232 13 -
CMYK 0.97 0 0.94 0.09
HSL 121.6º 0.94% 0.47% -
HSV(B) 121.6º 0.97% 0.91% -
XYZ 29.02 57.79 10.01 -
YUV 139.76 56.46 33.31 -
System Red Green Blue C M Y K H S L
Decimal 7 232 13 0.97 0 0.94 0.09 121.6 0.94 0.47
Hex 7 E8 D 61 0 5E 9 7A 5E 2F
Octal 7 350 15 141 0 136 11 172 136 57
Binary 111 11101000 1101 1100001 0 1011110 1001 1111010 1011110 101111

Color Harmonies of #07E80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07E80D

Black with #07E80D

Text Example


Text Example

White with #07E80D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,232,13); }

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

background-color css

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

 a { background-color: rgb(7,232,13); }

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

border-color css

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

 span { border-color: rgb(7,232,13); }

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