Html Css Color HEX #05DC11 Free Speech Green

📋 copy color: '#05DC11'

red 5 ◦ green 220 ◦ blue 17

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

Shades of Free Speech Green #05DC11

Tints of Free Speech Green #05DC11

RGB

 RED value IS 5 (2.34% from 255) = 2.07%

 GREEN value IS 220 (86.33% from 255) = 90.91%

 BLUE value IS 17 (7.03% from 255) = 7.02%

R = 2.07%
G = 90.91%
B = 7.02%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#05DC11 (or 0x05DC11) is known color: Free Speech Green. HEX triplet: 05, DC and 11. RGB value is (5,220,17). Sum of RGB (Red+Green+Blue) = 5+220+17=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 220 (86.33% from 255 or 90.91% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 220 - color contains mainly: green. Hex color #05DC11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05DC11 is #FA23EE. Grayscale: #858585. Windows color (decimal): -16393199 or 1170437. OLE color: 1170437.

HSL color Cylindrical-coordinate representation of color #05DC11: hue angle of 123.35º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DC11 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 220 17 -
CMYK 0.98 0 0.92 0.14
HSL 123.35º 0.96% 0.44% -
HSV(B) 123.35º 0.98% 0.86% -
XYZ 25.76 51.26 9.07 -
YUV 132.57 62.77 37.01 -
System Red Green Blue C M Y K H S L
Decimal 5 220 17 0.98 0 0.92 0.14 123.35 0.96 0.44
Hex 5 DC 11 62 0 5C E 7B 60 2C
Octal 5 334 21 142 0 134 16 173 140 54
Binary 101 11011100 10001 1100010 0 1011100 1110 1111011 1100000 101100

Color Harmonies of #05DC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DC11

Black with #05DC11

Text Example


Text Example

White with #05DC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05DC11; }

 p { color: rgb(5,220,17); }

 H1.HeaderClassName
 {
   color: #05DC11;
 }
 .AnyTagClassName
 {
   color: #05DC11;
 }
</style>

background-color css

<style>
 a { background-color: #05DC11; }

 a { background-color: rgb(5,220,17); }

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

border-color css

<style>
 span { border-color: #05DC11; }

 span { border-color: rgb(5,220,17); }

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