Html Css Color HEX #05E40D Free Speech Green

📋 copy color: '#05E40D'

red 5 ◦ green 228 ◦ blue 13

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

Shades of Free Speech Green #05E40D

Tints of Free Speech Green #05E40D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 92.68%

 BLUE value IS 13 (5.47% from 255) = 5.28%

R = 2.03%
G = 92.68%
B = 5.28%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#05E40D (or 0x05E40D) is known color: Free Speech Green. HEX triplet: 05, E4 and 0D. RGB value is (5,228,13). Sum of RGB (Red+Green+Blue) = 5+228+13=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 228 (89.45% from 255 or 92.68% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 228 - color contains mainly: green. Hex color #05E40D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05E40D is #FA1BF2. Grayscale: #898989. Windows color (decimal): -16391155 or 910341. OLE color: 910341.

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

Color convert

RGB 5 228 13 -
CMYK 0.98 0 0.94 0.11
HSL 122.15º 0.96% 0.46% -
HSV(B) 122.15º 0.98% 0.89% -
XYZ 27.88 55.55 9.63 -
YUV 136.81 58.12 33.98 -
System Red Green Blue C M Y K H S L
Decimal 5 228 13 0.98 0 0.94 0.11 122.15 0.96 0.46
Hex 5 E4 D 62 0 5E B 7A 60 2E
Octal 5 344 15 142 0 136 13 172 140 56
Binary 101 11100100 1101 1100010 0 1011110 1011 1111010 1100000 101110

Color Harmonies of #05E40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E40D

Black with #05E40D

Text Example


Text Example

White with #05E40D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,228,13); }

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

background-color css

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

 a { background-color: rgb(5,228,13); }

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

border-color css

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

 span { border-color: rgb(5,228,13); }

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