Html Css Color HEX #05E50C Free Speech Green

📋 copy color: '#05E50C'

red 5 ◦ green 229 ◦ blue 12

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

Shades of Free Speech Green #05E50C

Tints of Free Speech Green #05E50C

RGB

 RED value IS 5 (2.34% from 255) = 2.03%

 GREEN value IS 229 (89.84% from 255) = 93.09%

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

R = 2.03%
G = 93.09%
B = 4.88%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#05E50C (or 0x05E50C) is known color: Free Speech Green. HEX triplet: 05, E5 and 0C. RGB value is (5,229,12). Sum of RGB (Red+Green+Blue) = 5+229+12=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 229 (89.84% from 255 or 93.09% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 229 - color contains mainly: green. Hex color #05E50C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05E50C is #FA1AF3. Grayscale: #898989. Windows color (decimal): -16390900 or 845061. OLE color: 845061.

HSL color Cylindrical-coordinate representation of color #05E50C: hue angle of 121.88º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E50C is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 5 229 12 -
CMYK 0.98 0 0.95 0.10
HSL 121.88º 0.96% 0.46% -
HSV(B) 121.88º 0.98% 0.9% -
XYZ 28.15 56.1 9.69 -
YUV 137.29 57.29 33.64 -
System Red Green Blue C M Y K H S L
Decimal 5 229 12 0.98 0 0.95 0.10 121.88 0.96 0.46
Hex 5 E5 C 62 0 5F A 7A 60 2E
Octal 5 345 14 142 0 137 12 172 140 56
Binary 101 11100101 1100 1100010 0 1011111 1010 1111010 1100000 101110

Color Harmonies of #05E50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E50C

Black with #05E50C

Text Example


Text Example

White with #05E50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05E50C; }

 p { color: rgb(5,229,12); }

 H1.HeaderClassName
 {
   color: #05E50C;
 }
 .AnyTagClassName
 {
   color: #05E50C;
 }
</style>

background-color css

<style>
 a { background-color: #05E50C; }

 a { background-color: rgb(5,229,12); }

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

border-color css

<style>
 span { border-color: #05E50C; }

 span { border-color: rgb(5,229,12); }

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