Html Css Color HEX #05E412 Free Speech Green

📋 copy color: '#05E412'

red 5 ◦ green 228 ◦ blue 18

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

Shades of Free Speech Green #05E412

Tints of Free Speech Green #05E412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.17%

R = 1.99%
G = 90.84%
B = 7.17%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#05E412 (or 0x05E412) is known color: Free Speech Green. HEX triplet: 05, E4 and 12. RGB value is (5,228,18). Sum of RGB (Red+Green+Blue) = 5+228+18=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 228 (89.45% from 255 or 90.84% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 228 - color contains mainly: green. Hex color #05E412 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05E412 is #FA1BED. Grayscale: #898989. Windows color (decimal): -16391150 or 1238021. OLE color: 1238021.

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

Color convert

RGB 5 228 18 -
CMYK 0.98 0 0.92 0.11
HSL 123.5º 0.96% 0.46% -
HSV(B) 123.5º 0.98% 0.89% -
XYZ 27.92 55.56 9.83 -
YUV 137.38 60.62 33.58 -
System Red Green Blue C M Y K H S L
Decimal 5 228 18 0.98 0 0.92 0.11 123.5 0.96 0.46
Hex 5 E4 12 62 0 5C B 7B 60 2E
Octal 5 344 22 142 0 134 13 173 140 56
Binary 101 11100100 10010 1100010 0 1011100 1011 1111011 1100000 101110

Color Harmonies of #05E412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E412

Black with #05E412

Text Example


Text Example

White with #05E412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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