Html Css Color HEX #0DF711 Free Speech Green

📋 copy color: '#0DF711'

red 13 ◦ green 247 ◦ blue 17

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

Shades of Free Speech Green #0DF711

Tints of Free Speech Green #0DF711

RGB

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

 GREEN value IS 247 (96.88% from 255) = 89.17%

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

R = 4.69%
G = 89.17%
B = 6.14%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#0DF711 (or 0x0DF711) is known color: Free Speech Green. HEX triplet: 0D, F7 and 11. RGB value is (13,247,17). Sum of RGB (Red+Green+Blue) = 13+247+17=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 247 (96.88% from 255 or 89.17% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 247 - color contains mainly: green. Hex color #0DF711 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DF711 is #F208EE. Grayscale: #979797. Windows color (decimal): -15861999 or 1177357. OLE color: 1177357.

HSL color Cylindrical-coordinate representation of color #0DF711: hue angle of 121.03º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF711 is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 13 247 17 -
CMYK 0.95 0 0.93 0.03
HSL 121.03º 0.94% 0.51% -
HSV(B) 121.03º 0.95% 0.97% -
XYZ 33.53 66.65 11.63 -
YUV 150.81 52.48 29.7 -
System Red Green Blue C M Y K H S L
Decimal 13 247 17 0.95 0 0.93 0.03 121.03 0.94 0.51
Hex D F7 11 5F 0 5D 3 79 5E 33
Octal 15 367 21 137 0 135 3 171 136 63
Binary 1101 11110111 10001 1011111 0 1011101 11 1111001 1011110 110011

Color Harmonies of #0DF711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF711

Black with #0DF711

Text Example


Text Example

White with #0DF711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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