Html Css Color HEX #05E914 Free Speech Green

📋 copy color: '#05E914'

red 5 ◦ green 233 ◦ blue 20

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

Shades of Free Speech Green #05E914

Tints of Free Speech Green #05E914

RGB

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

 GREEN value IS 233 (91.41% from 255) = 90.31%

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

R = 1.94%
G = 90.31%
B = 7.75%

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

#05E914 (or 0x05E914) is known color: Free Speech Green. HEX triplet: 05, E9 and 14. RGB value is (5,233,20). Sum of RGB (Red+Green+Blue) = 5+233+20=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 233 (91.41% from 255 or 90.31% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 233 - color contains mainly: green. Hex color #05E914 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05E914 is #FA16EB. Grayscale: #8D8D8D. Windows color (decimal): -16389868 or 1370373. OLE color: 1370373.

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

Color convert

RGB 5 233 20 -
CMYK 0.98 0 0.91 0.09
HSL 123.95º 0.96% 0.47% -
HSV(B) 123.95º 0.98% 0.91% -
XYZ 29.33 58.36 10.38 -
YUV 140.55 59.96 31.32 -
System Red Green Blue C M Y K H S L
Decimal 5 233 20 0.98 0 0.91 0.09 123.95 0.96 0.47
Hex 5 E9 14 62 0 5B 9 7C 60 2F
Octal 5 351 24 142 0 133 11 174 140 57
Binary 101 11101001 10100 1100010 0 1011011 1001 1111100 1100000 101111

Color Harmonies of #05E914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E914

Black with #05E914

Text Example


Text Example

White with #05E914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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