Html Css Color HEX #01DF06 Free Speech Green

📋 copy color: '#01DF06'

red 1 ◦ green 223 ◦ blue 6

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

Shades of Free Speech Green #01DF06

Tints of Free Speech Green #01DF06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.61%

R = 0.43%
G = 96.96%
B = 2.61%

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

#01DF06 (or 0x01DF06) is known color: Free Speech Green. HEX triplet: 01, DF and 06. RGB value is (1,223,6). Sum of RGB (Red+Green+Blue) = 1+223+6=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 223 (87.5% from 255 or 96.96% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01DF06 is #FE20F9. Grayscale: #848484. Windows color (decimal): -16654586 or 450305. OLE color: 450305.

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

Color convert

RGB 1 223 6 -
CMYK 1.00 0 0.97 0.13
HSL 121.35º 0.99% 0.44% -
HSV(B) 121.35º 1% 0.87% -
XYZ 26.43 52.79 8.97 -
YUV 131.88 56.95 34.64 -
System Red Green Blue C M Y K H S L
Decimal 1 223 6 1.00 0 0.97 0.13 121.35 0.99 0.44
Hex 1 DF 6 64 0 61 D 79 63 2C
Octal 1 337 6 144 0 141 15 171 143 54
Binary 1 11011111 110 1100100 0 1100001 1101 1111001 1100011 101100

Color Harmonies of #01DF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DF06

Black with #01DF06

Text Example


Text Example

White with #01DF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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