Html Css Color HEX #05DD1D Free Speech Green

📋 copy color: '#05DD1D'

red 5 ◦ green 221 ◦ blue 29

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

Shades of Free Speech Green #05DD1D

Tints of Free Speech Green #05DD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.37%

R = 1.96%
G = 86.67%
B = 11.37%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#05DD1D (or 0x05DD1D) is known color: Free Speech Green. HEX triplet: 05, DD and 1D. RGB value is (5,221,29). Sum of RGB (Red+Green+Blue) = 5+221+29=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 221 (86.72% from 255 or 86.67% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 221 - color contains mainly: green. Hex color #05DD1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DD1D is #FA22E2. Grayscale: #878787. Windows color (decimal): -16392931 or 1957125. OLE color: 1957125.

HSL color Cylindrical-coordinate representation of color #05DD1D: hue angle of 126.67º 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 #05DD1D is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 221 29 -
CMYK 0.98 0 0.87 0.13
HSL 126.67º 0.96% 0.44% -
HSV(B) 126.67º 0.98% 0.87% -
XYZ 26.14 51.83 9.79 -
YUV 134.53 68.44 35.61 -
System Red Green Blue C M Y K H S L
Decimal 5 221 29 0.98 0 0.87 0.13 126.67 0.96 0.44
Hex 5 DD 1D 62 0 57 D 7F 60 2C
Octal 5 335 35 142 0 127 15 177 140 54
Binary 101 11011101 11101 1100010 0 1010111 1101 1111111 1100000 101100

Color Harmonies of #05DD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DD1D

Black with #05DD1D

Text Example


Text Example

White with #05DD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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