Html Css Color HEX #05EC0F Free Speech Green

📋 copy color: '#05EC0F'

red 5 ◦ green 236 ◦ blue 15

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

Shades of Free Speech Green #05EC0F

Tints of Free Speech Green #05EC0F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 92.19%

 BLUE value IS 15 (6.25% from 255) = 5.86%

R = 1.95%
G = 92.19%
B = 5.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#05EC0F (or 0x05EC0F) is known color: Free Speech Green. HEX triplet: 05, EC and 0F. RGB value is (5,236,15). Sum of RGB (Red+Green+Blue) = 5+236+15=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 236 (92.58% from 255 or 92.19% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 236 - color contains mainly: green. Hex color #05EC0F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05EC0F is #FA13F0. Grayscale: #8E8E8E. Windows color (decimal): -16389105 or 1043461. OLE color: 1043461.

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

Color convert

RGB 5 236 15 -
CMYK 0.98 0 0.94 0.07
HSL 122.6º 0.96% 0.47% -
HSV(B) 122.6º 0.98% 0.93% -
XYZ 30.14 60.06 10.46 -
YUV 141.74 56.47 30.47 -
System Red Green Blue C M Y K H S L
Decimal 5 236 15 0.98 0 0.94 0.07 122.6 0.96 0.47
Hex 5 EC F 62 0 5E 7 7B 60 2F
Octal 5 354 17 142 0 136 7 173 140 57
Binary 101 11101100 1111 1100010 0 1011110 111 1111011 1100000 101111

Color Harmonies of #05EC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EC0F

Black with #05EC0F

Text Example


Text Example

White with #05EC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,236,15); }

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

background-color css

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

 a { background-color: rgb(5,236,15); }

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

border-color css

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

 span { border-color: rgb(5,236,15); }

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