Html Css Color HEX #05E814 Free Speech Green

📋 copy color: '#05E814'

red 5 ◦ green 232 ◦ blue 20

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

Shades of Free Speech Green #05E814

Tints of Free Speech Green #05E814

RGB

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

 GREEN value IS 232 (91.02% from 255) = 90.27%

 BLUE value IS 20 (8.2% from 255) = 7.78%

R = 1.95%
G = 90.27%
B = 7.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#05E814 (or 0x05E814) is known color: Free Speech Green. HEX triplet: 05, E8 and 14. RGB value is (5,232,20). Sum of RGB (Red+Green+Blue) = 5+232+20=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 232 (91.02% from 255 or 90.27% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 232 - color contains mainly: green. Hex color #05E814 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05E814 is #FA17EB. Grayscale: #8C8C8C. Windows color (decimal): -16390124 or 1370117. OLE color: 1370117.

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

Color convert

RGB 5 232 20 -
CMYK 0.98 0 0.91 0.09
HSL 123.96º 0.96% 0.46% -
HSV(B) 123.96º 0.98% 0.91% -
XYZ 29.05 57.8 10.29 -
YUV 139.96 60.29 31.74 -
System Red Green Blue C M Y K H S L
Decimal 5 232 20 0.98 0 0.91 0.09 123.96 0.96 0.46
Hex 5 E8 14 62 0 5B 9 7C 60 2E
Octal 5 350 24 142 0 133 11 174 140 56
Binary 101 11101000 10100 1100010 0 1011011 1001 1111100 1100000 101110

Color Harmonies of #05E814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E814

Black with #05E814

Text Example


Text Example

White with #05E814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,232,20); }

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

background-color css

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

 a { background-color: rgb(5,232,20); }

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

border-color css

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

 span { border-color: rgb(5,232,20); }

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