Html Css Color HEX #07DD12 Free Speech Green

📋 copy color: '#07DD12'

red 7 ◦ green 221 ◦ blue 18

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

Shades of Free Speech Green #07DD12

Tints of Free Speech Green #07DD12

RGB

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

 GREEN value IS 221 (86.72% from 255) = 89.84%

 BLUE value IS 18 (7.42% from 255) = 7.32%

R = 2.85%
G = 89.84%
B = 7.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#07DD12 (or 0x07DD12) is known color: Free Speech Green. HEX triplet: 07, DD and 12. RGB value is (7,221,18). Sum of RGB (Red+Green+Blue) = 7+221+18=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 221 (86.72% from 255 or 89.84% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 221 - color contains mainly: green. Hex color #07DD12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07DD12 is #F822ED. Grayscale: #868686. Windows color (decimal): -16261870 or 1236231. OLE color: 1236231.

HSL color Cylindrical-coordinate representation of color #07DD12: hue angle of 123.08º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DD12 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 221 18 -
CMYK 0.97 0 0.92 0.13
HSL 123.08º 0.94% 0.45% -
HSV(B) 123.08º 0.97% 0.87% -
XYZ 26.05 51.8 9.2 -
YUV 133.87 62.6 37.51 -
System Red Green Blue C M Y K H S L
Decimal 7 221 18 0.97 0 0.92 0.13 123.08 0.94 0.45
Hex 7 DD 12 61 0 5C D 7B 5E 2D
Octal 7 335 22 141 0 134 15 173 136 55
Binary 111 11011101 10010 1100001 0 1011100 1101 1111011 1011110 101101

Color Harmonies of #07DD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DD12

Black with #07DD12

Text Example


Text Example

White with #07DD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,221,18); }

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

background-color css

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

 a { background-color: rgb(7,221,18); }

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

border-color css

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

 span { border-color: rgb(7,221,18); }

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