Html Css Color HEX #07DF12 Free Speech Green

📋 copy color: '#07DF12'

red 7 ◦ green 223 ◦ blue 18

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

Shades of Free Speech Green #07DF12

Tints of Free Speech Green #07DF12

RGB

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

 GREEN value IS 223 (87.5% from 255) = 89.92%

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

R = 2.82%
G = 89.92%
B = 7.26%

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

#07DF12 (or 0x07DF12) is known color: Free Speech Green. HEX triplet: 07, DF and 12. RGB value is (7,223,18). Sum of RGB (Red+Green+Blue) = 7+223+18=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 223 (87.5% from 255 or 89.92% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 223 - color contains mainly: green. Hex color #07DF12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07DF12 is #F820ED. Grayscale: #878787. Windows color (decimal): -16261358 or 1236743. OLE color: 1236743.

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

Color convert

RGB 7 223 18 -
CMYK 0.97 0 0.92 0.13
HSL 123.06º 0.94% 0.45% -
HSV(B) 123.06º 0.97% 0.87% -
XYZ 26.58 52.86 9.37 -
YUV 135.05 61.94 36.67 -
System Red Green Blue C M Y K H S L
Decimal 7 223 18 0.97 0 0.92 0.13 123.06 0.94 0.45
Hex 7 DF 12 61 0 5C D 7B 5E 2D
Octal 7 337 22 141 0 134 15 173 136 55
Binary 111 11011111 10010 1100001 0 1011100 1101 1111011 1011110 101101

Color Harmonies of #07DF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DF12

Black with #07DF12

Text Example


Text Example

White with #07DF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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