Html Css Color HEX #05E628 Free Speech Green

📋 copy color: '#05E628'

red 5 ◦ green 230 ◦ blue 40

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

Shades of Free Speech Green #05E628

Tints of Free Speech Green #05E628

RGB

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

 GREEN value IS 230 (90.23% from 255) = 83.64%

 BLUE value IS 40 (16.02% from 255) = 14.55%

R = 1.82%
G = 83.64%
B = 14.55%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#05E628 (or 0x05E628) is known color: Free Speech Green. HEX triplet: 05, E6 and 28. RGB value is (5,230,40). Sum of RGB (Red+Green+Blue) = 5+230+40=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 230 (90.23% from 255 or 83.64% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 230 - color contains mainly: green. Hex color #05E628 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05E628 is #FA19D7. Grayscale: #8D8D8D. Windows color (decimal): -16390616 or 2680325. OLE color: 2680325.

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

Color convert

RGB 5 230 40 -
CMYK 0.98 0 0.83 0.10
HSL 129.33º 0.96% 0.46% -
HSV(B) 129.33º 0.98% 0.9% -
XYZ 28.74 56.78 11.45 -
YUV 141.07 70.96 30.95 -
System Red Green Blue C M Y K H S L
Decimal 5 230 40 0.98 0 0.83 0.10 129.33 0.96 0.46
Hex 5 E6 28 62 0 53 A 81 60 2E
Octal 5 346 50 142 0 123 12 201 140 56
Binary 101 11100110 101000 1100010 0 1010011 1010 10000001 1100000 101110

Color Harmonies of #05E628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E628

Black with #05E628

Text Example


Text Example

White with #05E628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,230,40); }

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

background-color css

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

 a { background-color: rgb(5,230,40); }

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

border-color css

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

 span { border-color: rgb(5,230,40); }

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