Html Css Color HEX #0DD211 Free Speech Green

📋 copy color: '#0DD211'

red 13 ◦ green 210 ◦ blue 17

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

Shades of Free Speech Green #0DD211

Tints of Free Speech Green #0DD211

RGB

 RED value IS 13 (5.47% from 255) = 5.42%

 GREEN value IS 210 (82.42% from 255) = 87.5%

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

R = 5.42%
G = 87.5%
B = 7.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#0DD211 (or 0x0DD211) is known color: Free Speech Green. HEX triplet: 0D, D2 and 11. RGB value is (13,210,17). Sum of RGB (Red+Green+Blue) = 13+210+17=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 210 (82.42% from 255 or 87.5% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 210 - color contains mainly: green. Hex color #0DD211 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DD211 is #F22DEE. Grayscale: #818181. Windows color (decimal): -15871471 or 1167885. OLE color: 1167885.

HSL color Cylindrical-coordinate representation of color #0DD211: hue angle of 121.22º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD211 is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 13 210 17 -
CMYK 0.94 0 0.92 0.18
HSL 121.22º 0.88% 0.44% -
HSV(B) 121.22º 0.94% 0.82% -
XYZ 23.31 46.22 8.22 -
YUV 129.1 64.73 45.19 -
System Red Green Blue C M Y K H S L
Decimal 13 210 17 0.94 0 0.92 0.18 121.22 0.88 0.44
Hex D D2 11 5E 0 5C 12 79 58 2C
Octal 15 322 21 136 0 134 22 171 130 54
Binary 1101 11010010 10001 1011110 0 1011100 10010 1111001 1011000 101100

Color Harmonies of #0DD211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD211

Black with #0DD211

Text Example


Text Example

White with #0DD211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DD211; }

 p { color: rgb(13,210,17); }

 H1.HeaderClassName
 {
   color: #0DD211;
 }
 .AnyTagClassName
 {
   color: #0DD211;
 }
</style>

background-color css

<style>
 a { background-color: #0DD211; }

 a { background-color: rgb(13,210,17); }

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

border-color css

<style>
 span { border-color: #0DD211; }

 span { border-color: rgb(13,210,17); }

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