Html Css Color HEX #0DDB21 Free Speech Green

📋 copy color: '#0DDB21'

red 13 ◦ green 219 ◦ blue 33

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

Shades of Free Speech Green #0DDB21

Tints of Free Speech Green #0DDB21

RGB

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

 GREEN value IS 219 (85.94% from 255) = 82.64%

 BLUE value IS 33 (13.28% from 255) = 12.45%

R = 4.91%
G = 82.64%
B = 12.45%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#0DDB21 (or 0x0DDB21) is known color: Free Speech Green. HEX triplet: 0D, DB and 21. RGB value is (13,219,33). Sum of RGB (Red+Green+Blue) = 13+219+33=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 219 (85.94% from 255 or 82.64% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDB21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDB21 is #F224DE. Grayscale: #888888. Windows color (decimal): -15869151 or 2218765. OLE color: 2218765.

HSL color Cylindrical-coordinate representation of color #0DDB21: hue angle of 125.83º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDB21 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 13 219 33 -
CMYK 0.94 0 0.85 0.14
HSL 125.83º 0.89% 0.45% -
HSV(B) 125.83º 0.94% 0.86% -
XYZ 25.77 50.86 9.9 -
YUV 136.2 69.75 40.12 -
System Red Green Blue C M Y K H S L
Decimal 13 219 33 0.94 0 0.85 0.14 125.83 0.89 0.45
Hex D DB 21 5E 0 55 E 7E 59 2D
Octal 15 333 41 136 0 125 16 176 131 55
Binary 1101 11011011 100001 1011110 0 1010101 1110 1111110 1011001 101101

Color Harmonies of #0DDB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDB21

Black with #0DDB21

Text Example


Text Example

White with #0DDB21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,219,33); }

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

background-color css

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

 a { background-color: rgb(13,219,33); }

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

border-color css

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

 span { border-color: rgb(13,219,33); }

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