Html Css Color HEX #06DD1D Free Speech Green

📋 copy color: '#06DD1D'

red 6 ◦ green 221 ◦ blue 29

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

Shades of Free Speech Green #06DD1D

Tints of Free Speech Green #06DD1D

RGB

 RED value IS 6 (2.73% from 255) = 2.34%

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

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

R = 2.34%
G = 86.33%
B = 11.33%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#06DD1D (or 0x06DD1D) is known color: Free Speech Green. HEX triplet: 06, DD and 1D. RGB value is (6,221,29). Sum of RGB (Red+Green+Blue) = 6+221+29=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 221 (86.72% from 255 or 86.33% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 221 - color contains mainly: green. Hex color #06DD1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06DD1D is #F922E2. Grayscale: #878787. Windows color (decimal): -16327395 or 1957126. OLE color: 1957126.

HSL color Cylindrical-coordinate representation of color #06DD1D: hue angle of 126.42º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DD1D is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 221 29 -
CMYK 0.97 0 0.87 0.13
HSL 126.42º 0.95% 0.45% -
HSV(B) 126.42º 0.97% 0.87% -
XYZ 26.15 51.84 9.79 -
YUV 134.83 68.27 36.11 -
System Red Green Blue C M Y K H S L
Decimal 6 221 29 0.97 0 0.87 0.13 126.42 0.95 0.45
Hex 6 DD 1D 61 0 57 D 7E 5F 2D
Octal 6 335 35 141 0 127 15 176 137 55
Binary 110 11011101 11101 1100001 0 1010111 1101 1111110 1011111 101101

Color Harmonies of #06DD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DD1D

Black with #06DD1D

Text Example


Text Example

White with #06DD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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