Html Css Color HEX #05DD03 Free Speech Green

📋 copy color: '#05DD03'

red 5 ◦ green 221 ◦ blue 3

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

Shades of Free Speech Green #05DD03

Tints of Free Speech Green #05DD03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.31%

R = 2.18%
G = 96.51%
B = 1.31%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#05DD03 (or 0x05DD03) is known color: Free Speech Green. HEX triplet: 05, DD and 03. RGB value is (5,221,3). Sum of RGB (Red+Green+Blue) = 5+221+3=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 221 (86.72% from 255 or 96.51% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 221 - color contains mainly: green. Hex color #05DD03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05DD03 is #FA22FC. Grayscale: #848484. Windows color (decimal): -16392957 or 253189. OLE color: 253189.

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

Color convert

RGB 5 221 3 -
CMYK 0.98 0 0.99 0.13
HSL 119.45º 0.97% 0.44% -
HSV(B) 119.45º 0.99% 0.87% -
XYZ 25.94 51.75 8.71 -
YUV 131.56 55.44 37.73 -
System Red Green Blue C M Y K H S L
Decimal 5 221 3 0.98 0 0.99 0.13 119.45 0.97 0.44
Hex 5 DD 3 62 0 63 D 77 61 2C
Octal 5 335 3 142 0 143 15 167 141 54
Binary 101 11011101 11 1100010 0 1100011 1101 1110111 1100001 101100

Color Harmonies of #05DD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DD03

Black with #05DD03

Text Example


Text Example

White with #05DD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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