Html Css Color HEX #1DF713 Free Speech Green

📋 copy color: '#1DF713'

red 29 ◦ green 247 ◦ blue 19

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

Shades of Free Speech Green #1DF713

Tints of Free Speech Green #1DF713

RGB

 RED value IS 29 (11.72% from 255) = 9.83%

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

 BLUE value IS 19 (7.81% from 255) = 6.44%

R = 9.83%
G = 83.73%
B = 6.44%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#1DF713 (or 0x1DF713) is known color: Free Speech Green. HEX triplet: 1D, F7 and 13. RGB value is (29,247,19). Sum of RGB (Red+Green+Blue) = 29+247+19=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 247 (96.88% from 255 or 83.73% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 247 - color contains mainly: green. Hex color #1DF713 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF713 is #E208EC. Grayscale: #9C9C9C. Windows color (decimal): -14813421 or 1308445. OLE color: 1308445.

HSL color Cylindrical-coordinate representation of color #1DF713: hue angle of 117.37º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1DF713 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 29 247 19 -
CMYK 0.88 0 0.92 0.03
HSL 117.37º 0.93% 0.52% -
HSV(B) 117.37º 0.92% 0.97% -
XYZ 33.89 66.83 11.73 -
YUV 155.83 50.78 37.54 -
System Red Green Blue C M Y K H S L
Decimal 29 247 19 0.88 0 0.92 0.03 117.37 0.93 0.52
Hex 1D F7 13 58 0 5C 3 75 5D 34
Octal 35 367 23 130 0 134 3 165 135 64
Binary 11101 11110111 10011 1011000 0 1011100 11 1110101 1011101 110100

Color Harmonies of #1DF713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF713

Black with #1DF713

Text Example


Text Example

White with #1DF713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1DF713; }

 p { color: rgb(29,247,19); }

 H1.HeaderClassName
 {
   color: #1DF713;
 }
 .AnyTagClassName
 {
   color: #1DF713;
 }
</style>

background-color css

<style>
 a { background-color: #1DF713; }

 a { background-color: rgb(29,247,19); }

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

border-color css

<style>
 span { border-color: #1DF713; }

 span { border-color: rgb(29,247,19); }

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