Html Css Color HEX #0DDD07 Free Speech Green

📋 copy color: '#0DDD07'

red 13 ◦ green 221 ◦ blue 7

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

Shades of Free Speech Green #0DDD07

Tints of Free Speech Green #0DDD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.9%

R = 5.39%
G = 91.7%
B = 2.9%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#0DDD07 (or 0x0DDD07) is known color: Free Speech Green. HEX triplet: 0D, DD and 07. RGB value is (13,221,7). Sum of RGB (Red+Green+Blue) = 13+221+7=241 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.39% from 241); Green value is 221 (86.72% from 255 or 91.70% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDD07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DDD07 is #F222F8. Grayscale: #878787. Windows color (decimal): -15868665 or 515341. OLE color: 515341.

HSL color Cylindrical-coordinate representation of color #0DDD07: hue angle of 118.32º degrees, saturation: 0.94, 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 #0DDD07 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 13 221 7 -
CMYK 0.94 0 0.97 0.13
HSL 118.32º 0.94% 0.45% -
HSV(B) 118.32º 0.97% 0.87% -
XYZ 26.06 51.81 8.83 -
YUV 134.41 56.09 41.4 -
System Red Green Blue C M Y K H S L
Decimal 13 221 7 0.94 0 0.97 0.13 118.32 0.94 0.45
Hex D DD 7 5E 0 61 D 76 5E 2D
Octal 15 335 7 136 0 141 15 166 136 55
Binary 1101 11011101 111 1011110 0 1100001 1101 1110110 1011110 101101

Color Harmonies of #0DDD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDD07

Black with #0DDD07

Text Example


Text Example

White with #0DDD07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,221,7); }

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

background-color css

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

 a { background-color: rgb(13,221,7); }

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

border-color css

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

 span { border-color: rgb(13,221,7); }

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