Html Css Color HEX #07DF0E Free Speech Green

📋 copy color: '#07DF0E'

red 7 ◦ green 223 ◦ blue 14

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

Shades of Free Speech Green #07DF0E

Tints of Free Speech Green #07DF0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.74%

R = 2.87%
G = 91.39%
B = 5.74%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#07DF0E (or 0x07DF0E) is known color: Free Speech Green. HEX triplet: 07, DF and 0E. RGB value is (7,223,14). Sum of RGB (Red+Green+Blue) = 7+223+14=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 223 (87.5% from 255 or 91.39% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 223 - color contains mainly: green. Hex color #07DF0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07DF0E is #F820F1. Grayscale: #878787. Windows color (decimal): -16261362 or 974599. OLE color: 974599.

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

Color convert

RGB 7 223 14 -
CMYK 0.97 0 0.94 0.13
HSL 121.94º 0.94% 0.45% -
HSV(B) 121.94º 0.97% 0.87% -
XYZ 26.55 52.85 9.22 -
YUV 134.59 59.94 36.99 -
System Red Green Blue C M Y K H S L
Decimal 7 223 14 0.97 0 0.94 0.13 121.94 0.94 0.45
Hex 7 DF E 61 0 5E D 7A 5E 2D
Octal 7 337 16 141 0 136 15 172 136 55
Binary 111 11011111 1110 1100001 0 1011110 1101 1111010 1011110 101101

Color Harmonies of #07DF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DF0E

Black with #07DF0E

Text Example


Text Example

White with #07DF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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