Html Css Color HEX #07DA11 Free Speech Green

📋 copy color: '#07DA11'

red 7 ◦ green 218 ◦ blue 17

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

Shades of Free Speech Green #07DA11

Tints of Free Speech Green #07DA11

RGB

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

 GREEN value IS 218 (85.55% from 255) = 90.08%

 BLUE value IS 17 (7.03% from 255) = 7.02%

R = 2.89%
G = 90.08%
B = 7.02%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#07DA11 (or 0x07DA11) is known color: Free Speech Green. HEX triplet: 07, DA and 11. RGB value is (7,218,17). Sum of RGB (Red+Green+Blue) = 7+218+17=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 218 (85.55% from 255 or 90.08% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 218 - color contains mainly: green. Hex color #07DA11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07DA11 is #F825EE. Grayscale: #848484. Windows color (decimal): -16262639 or 1169927. OLE color: 1169927.

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

Color convert

RGB 7 218 17 -
CMYK 0.97 0 0.92 0.15
HSL 122.84º 0.94% 0.44% -
HSV(B) 122.84º 0.97% 0.85% -
XYZ 25.26 50.23 8.89 -
YUV 132 63.1 38.84 -
System Red Green Blue C M Y K H S L
Decimal 7 218 17 0.97 0 0.92 0.15 122.84 0.94 0.44
Hex 7 DA 11 61 0 5C F 7B 5E 2C
Octal 7 332 21 141 0 134 17 173 136 54
Binary 111 11011010 10001 1100001 0 1011100 1111 1111011 1011110 101100

Color Harmonies of #07DA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DA11

Black with #07DA11

Text Example


Text Example

White with #07DA11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,218,17); }

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

background-color css

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

 a { background-color: rgb(7,218,17); }

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

border-color css

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

 span { border-color: rgb(7,218,17); }

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