Html Css Color HEX #05DD11 Free Speech Green

📋 copy color: '#05DD11'

red 5 ◦ green 221 ◦ blue 17

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

Shades of Free Speech Green #05DD11

Tints of Free Speech Green #05DD11

RGB

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

 GREEN value IS 221 (86.72% from 255) = 90.95%

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

R = 2.06%
G = 90.95%
B = 7%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#05DD11 (or 0x05DD11) is known color: Free Speech Green. HEX triplet: 05, DD and 11. RGB value is (5,221,17). Sum of RGB (Red+Green+Blue) = 5+221+17=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 221 (86.72% from 255 or 90.95% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 221 - color contains mainly: green. Hex color #05DD11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05DD11 is #FA22EE. Grayscale: #858585. Windows color (decimal): -16392943 or 1170693. OLE color: 1170693.

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

Color convert

RGB 5 221 17 -
CMYK 0.98 0 0.92 0.13
HSL 123.33º 0.96% 0.44% -
HSV(B) 123.33º 0.98% 0.87% -
XYZ 26.02 51.79 9.15 -
YUV 133.16 62.44 36.59 -
System Red Green Blue C M Y K H S L
Decimal 5 221 17 0.98 0 0.92 0.13 123.33 0.96 0.44
Hex 5 DD 11 62 0 5C D 7B 60 2C
Octal 5 335 21 142 0 134 15 173 140 54
Binary 101 11011101 10001 1100010 0 1011100 1101 1111011 1100000 101100

Color Harmonies of #05DD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DD11

Black with #05DD11

Text Example


Text Example

White with #05DD11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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