Html Css Color HEX #0BDD0E Free Speech Green

📋 copy color: '#0BDD0E'

red 11 ◦ green 221 ◦ blue 14

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

Shades of Free Speech Green #0BDD0E

Tints of Free Speech Green #0BDD0E

RGB

 RED value IS 11 (4.69% from 255) = 4.47%

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

 BLUE value IS 14 (5.86% from 255) = 5.69%

R = 4.47%
G = 89.84%
B = 5.69%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#0BDD0E (or 0x0BDD0E) is known color: Free Speech Green. HEX triplet: 0B, DD and 0E. RGB value is (11,221,14). Sum of RGB (Red+Green+Blue) = 11+221+14=246 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.47% from 246); Green value is 221 (86.72% from 255 or 89.84% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDD0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BDD0E is #F422F1. Grayscale: #878787. Windows color (decimal): -15999730 or 974091. OLE color: 974091.

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

Color convert

RGB 11 221 14 -
CMYK 0.95 0 0.94 0.13
HSL 120.86º 0.91% 0.45% -
HSV(B) 120.86º 0.95% 0.87% -
XYZ 26.07 51.82 9.04 -
YUV 134.61 59.93 39.83 -
System Red Green Blue C M Y K H S L
Decimal 11 221 14 0.95 0 0.94 0.13 120.86 0.91 0.45
Hex B DD E 5F 0 5E D 79 5B 2D
Octal 13 335 16 137 0 136 15 171 133 55
Binary 1011 11011101 1110 1011111 0 1011110 1101 1111001 1011011 101101

Color Harmonies of #0BDD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDD0E

Black with #0BDD0E

Text Example


Text Example

White with #0BDD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,221,14); }

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

background-color css

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

 a { background-color: rgb(11,221,14); }

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

border-color css

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

 span { border-color: rgb(11,221,14); }

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