Html Css Color HEX #0DD520 Free Speech Green

📋 copy color: '#0DD520'

red 13 ◦ green 213 ◦ blue 32

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

Shades of Free Speech Green #0DD520

Tints of Free Speech Green #0DD520

RGB

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

 GREEN value IS 213 (83.59% from 255) = 82.56%

 BLUE value IS 32 (12.89% from 255) = 12.4%

R = 5.04%
G = 82.56%
B = 12.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#0DD520 (or 0x0DD520) is known color: Free Speech Green. HEX triplet: 0D, D5 and 20. RGB value is (13,213,32). Sum of RGB (Red+Green+Blue) = 13+213+32=258 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.04% from 258); Green value is 213 (83.59% from 255 or 82.56% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 213 - color contains mainly: green. Hex color #0DD520 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD520 is #F22ADF. Grayscale: #858585. Windows color (decimal): -15870688 or 2151693. OLE color: 2151693.

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

Color convert

RGB 13 213 32 -
CMYK 0.94 0 0.85 0.16
HSL 125.7º 0.88% 0.44% -
HSV(B) 125.7º 0.94% 0.84% -
XYZ 24.22 47.78 9.31 -
YUV 132.57 71.24 42.72 -
System Red Green Blue C M Y K H S L
Decimal 13 213 32 0.94 0 0.85 0.16 125.7 0.88 0.44
Hex D D5 20 5E 0 55 10 7E 58 2C
Octal 15 325 40 136 0 125 20 176 130 54
Binary 1101 11010101 100000 1011110 0 1010101 10000 1111110 1011000 101100

Color Harmonies of #0DD520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD520

Black with #0DD520

Text Example


Text Example

White with #0DD520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,213,32); }

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

background-color css

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

 a { background-color: rgb(13,213,32); }

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

border-color css

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

 span { border-color: rgb(13,213,32); }

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