Html Css Color HEX #05E014 Free Speech Green

📋 copy color: '#05E014'

red 5 ◦ green 224 ◦ blue 20

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

Shades of Free Speech Green #05E014

Tints of Free Speech Green #05E014

RGB

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

 GREEN value IS 224 (87.89% from 255) = 89.96%

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

R = 2.01%
G = 89.96%
B = 8.03%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#05E014 (or 0x05E014) is known color: Free Speech Green. HEX triplet: 05, E0 and 14. RGB value is (5,224,20). Sum of RGB (Red+Green+Blue) = 5+224+20=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 224 (87.89% from 255 or 89.96% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 224 - color contains mainly: green. Hex color #05E014 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05E014 is #FA1FEB. Grayscale: #878787. Windows color (decimal): -16392172 or 1368069. OLE color: 1368069.

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

Color convert

RGB 5 224 20 -
CMYK 0.98 0 0.91 0.12
HSL 124.11º 0.96% 0.45% -
HSV(B) 124.11º 0.98% 0.88% -
XYZ 26.84 53.39 9.55 -
YUV 135.26 62.95 35.09 -
System Red Green Blue C M Y K H S L
Decimal 5 224 20 0.98 0 0.91 0.12 124.11 0.96 0.45
Hex 5 E0 14 62 0 5B C 7C 60 2D
Octal 5 340 24 142 0 133 14 174 140 55
Binary 101 11100000 10100 1100010 0 1011011 1100 1111100 1100000 101101

Color Harmonies of #05E014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E014

Black with #05E014

Text Example


Text Example

White with #05E014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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