Html Css Color HEX #04D70C Free Speech Green

📋 copy color: '#04D70C'

red 4 ◦ green 215 ◦ blue 12

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

Shades of Free Speech Green #04D70C

Tints of Free Speech Green #04D70C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 93.07%

 BLUE value IS 12 (5.08% from 255) = 5.19%

R = 1.73%
G = 93.07%
B = 5.19%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#04D70C (or 0x04D70C) is known color: Free Speech Green. HEX triplet: 04, D7 and 0C. RGB value is (4,215,12). Sum of RGB (Red+Green+Blue) = 4+215+12=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 215 (84.38% from 255 or 93.07% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 215 - color contains mainly: green. Hex color #04D70C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04D70C is #FB28F3. Grayscale: #818181. Windows color (decimal): -16460020 or 841476. OLE color: 841476.

HSL color Cylindrical-coordinate representation of color #04D70C: hue angle of 122.27º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D70C is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 4 215 12 -
CMYK 0.98 0 0.94 0.16
HSL 122.27º 0.96% 0.43% -
HSV(B) 122.27º 0.98% 0.84% -
XYZ 24.42 48.65 8.45 -
YUV 128.77 62.1 39.01 -
System Red Green Blue C M Y K H S L
Decimal 4 215 12 0.98 0 0.94 0.16 122.27 0.96 0.43
Hex 4 D7 C 62 0 5E 10 7A 60 2B
Octal 4 327 14 142 0 136 20 172 140 53
Binary 100 11010111 1100 1100010 0 1011110 10000 1111010 1100000 101011

Color Harmonies of #04D70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D70C

Black with #04D70C

Text Example


Text Example

White with #04D70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,215,12); }

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

background-color css

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

 a { background-color: rgb(4,215,12); }

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

border-color css

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

 span { border-color: rgb(4,215,12); }

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