Html Css Color HEX #04DB13 Free Speech Green

📋 copy color: '#04DB13'

red 4 ◦ green 219 ◦ blue 19

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

Shades of Free Speech Green #04DB13

Tints of Free Speech Green #04DB13

RGB

 RED value IS 4 (1.95% from 255) = 1.65%

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

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

R = 1.65%
G = 90.5%
B = 7.85%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#04DB13 (or 0x04DB13) is known color: Free Speech Green. HEX triplet: 04, DB and 13. RGB value is (4,219,19). Sum of RGB (Red+Green+Blue) = 4+219+19=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 219 (85.94% from 255 or 90.50% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 219 - color contains mainly: green. Hex color #04DB13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04DB13 is #FB24EC. Grayscale: #848484. Windows color (decimal): -16458989 or 1301252. OLE color: 1301252.

HSL color Cylindrical-coordinate representation of color #04DB13: hue angle of 124.19º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DB13 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 219 19 -
CMYK 0.98 0 0.91 0.14
HSL 124.19º 0.96% 0.44% -
HSV(B) 124.19º 0.98% 0.86% -
XYZ 25.5 50.74 9.07 -
YUV 131.92 64.27 36.76 -
System Red Green Blue C M Y K H S L
Decimal 4 219 19 0.98 0 0.91 0.14 124.19 0.96 0.44
Hex 4 DB 13 62 0 5B E 7C 60 2C
Octal 4 333 23 142 0 133 16 174 140 54
Binary 100 11011011 10011 1100010 0 1011011 1110 1111100 1100000 101100

Color Harmonies of #04DB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DB13

Black with #04DB13

Text Example


Text Example

White with #04DB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04DB13; }

 p { color: rgb(4,219,19); }

 H1.HeaderClassName
 {
   color: #04DB13;
 }
 .AnyTagClassName
 {
   color: #04DB13;
 }
</style>

background-color css

<style>
 a { background-color: #04DB13; }

 a { background-color: rgb(4,219,19); }

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

border-color css

<style>
 span { border-color: #04DB13; }

 span { border-color: rgb(4,219,19); }

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