Html Css Color HEX #01DF07 Free Speech Green

📋 copy color: '#01DF07'

red 1 ◦ green 223 ◦ blue 7

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

Shades of Free Speech Green #01DF07

Tints of Free Speech Green #01DF07

RGB

 RED value IS 1 (0.78% from 255) = 0.43%

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

 BLUE value IS 7 (3.13% from 255) = 3.03%

R = 0.43%
G = 96.54%
B = 3.03%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#01DF07 (or 0x01DF07) is known color: Free Speech Green. HEX triplet: 01, DF and 07. RGB value is (1,223,7). Sum of RGB (Red+Green+Blue) = 1+223+7=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 223 (87.5% from 255 or 96.54% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01DF07 is #FE20F8. Grayscale: #848484. Windows color (decimal): -16654585 or 515841. OLE color: 515841.

HSL color Cylindrical-coordinate representation of color #01DF07: hue angle of 121.62º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DF07 is Cyan = 1.00, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 223 7 -
CMYK 1.00 0 0.97 0.13
HSL 121.62º 0.99% 0.44% -
HSV(B) 121.62º 1% 0.87% -
XYZ 26.44 52.8 9 -
YUV 132 57.45 34.56 -
System Red Green Blue C M Y K H S L
Decimal 1 223 7 1.00 0 0.97 0.13 121.62 0.99 0.44
Hex 1 DF 7 64 0 61 D 7A 63 2C
Octal 1 337 7 144 0 141 15 172 143 54
Binary 1 11011111 111 1100100 0 1100001 1101 1111010 1100011 101100

Color Harmonies of #01DF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DF07

Black with #01DF07

Text Example


Text Example

White with #01DF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01DF07; }

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

 H1.HeaderClassName
 {
   color: #01DF07;
 }
 .AnyTagClassName
 {
   color: #01DF07;
 }
</style>

background-color css

<style>
 a { background-color: #01DF07; }

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

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

border-color css

<style>
 span { border-color: #01DF07; }

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

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