Html Css Color HEX #05E423 Free Speech Green

📋 copy color: '#05E423'

red 5 ◦ green 228 ◦ blue 35

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

Shades of Free Speech Green #05E423

Tints of Free Speech Green #05E423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.06%

R = 1.87%
G = 85.07%
B = 13.06%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#05E423 (or 0x05E423) is known color: Free Speech Green. HEX triplet: 05, E4 and 23. RGB value is (5,228,35). Sum of RGB (Red+Green+Blue) = 5+228+35=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 228 (89.45% from 255 or 85.07% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 228 - color contains mainly: green. Hex color #05E423 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05E423 is #FA1BDC. Grayscale: #8B8B8B. Windows color (decimal): -16391133 or 2352133. OLE color: 2352133.

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

Color convert

RGB 5 228 35 -
CMYK 0.98 0 0.85 0.11
HSL 128.07º 0.96% 0.46% -
HSV(B) 128.07º 0.98% 0.89% -
XYZ 28.11 55.64 10.85 -
YUV 139.32 69.12 32.19 -
System Red Green Blue C M Y K H S L
Decimal 5 228 35 0.98 0 0.85 0.11 128.07 0.96 0.46
Hex 5 E4 23 62 0 55 B 80 60 2E
Octal 5 344 43 142 0 125 13 200 140 56
Binary 101 11100100 100011 1100010 0 1010101 1011 10000000 1100000 101110

Color Harmonies of #05E423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E423

Black with #05E423

Text Example


Text Example

White with #05E423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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