Html Css Color HEX #05E013 Free Speech Green

📋 copy color: '#05E013'

red 5 ◦ green 224 ◦ blue 19

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

Shades of Free Speech Green #05E013

Tints of Free Speech Green #05E013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.66%

R = 2.02%
G = 90.32%
B = 7.66%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#05E013 (or 0x05E013) is known color: Free Speech Green. HEX triplet: 05, E0 and 13. RGB value is (5,224,19). Sum of RGB (Red+Green+Blue) = 5+224+19=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 224 (87.89% from 255 or 90.32% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 224 - color contains mainly: green. Hex color #05E013 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05E013 is #FA1FEC. Grayscale: #878787. Windows color (decimal): -16392173 or 1302533. OLE color: 1302533.

HSL color Cylindrical-coordinate representation of color #05E013: hue angle of 123.84º 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 #05E013 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 5 224 19 -
CMYK 0.98 0 0.92 0.12
HSL 123.84º 0.96% 0.45% -
HSV(B) 123.84º 0.98% 0.88% -
XYZ 26.84 53.39 9.51 -
YUV 135.15 62.45 35.17 -
System Red Green Blue C M Y K H S L
Decimal 5 224 19 0.98 0 0.92 0.12 123.84 0.96 0.45
Hex 5 E0 13 62 0 5C C 7C 60 2D
Octal 5 340 23 142 0 134 14 174 140 55
Binary 101 11100000 10011 1100010 0 1011100 1100 1111100 1100000 101101

Color Harmonies of #05E013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E013

Black with #05E013

Text Example


Text Example

White with #05E013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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