Html Css Color HEX #05E61D Free Speech Green

📋 copy color: '#05E61D'

red 5 ◦ green 230 ◦ blue 29

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

Shades of Free Speech Green #05E61D

Tints of Free Speech Green #05E61D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.98%

R = 1.89%
G = 87.12%
B = 10.98%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#05E61D (or 0x05E61D) is known color: Free Speech Green. HEX triplet: 05, E6 and 1D. RGB value is (5,230,29). Sum of RGB (Red+Green+Blue) = 5+230+29=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 230 (90.23% from 255 or 87.12% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 230 - color contains mainly: green. Hex color #05E61D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05E61D is #FA19E2. Grayscale: #8C8C8C. Windows color (decimal): -16390627 or 1959429. OLE color: 1959429.

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

Color convert

RGB 5 230 29 -
CMYK 0.98 0 0.87 0.10
HSL 126.4º 0.96% 0.46% -
HSV(B) 126.4º 0.98% 0.9% -
XYZ 28.58 56.71 10.6 -
YUV 139.81 65.46 31.84 -
System Red Green Blue C M Y K H S L
Decimal 5 230 29 0.98 0 0.87 0.10 126.4 0.96 0.46
Hex 5 E6 1D 62 0 57 A 7E 60 2E
Octal 5 346 35 142 0 127 12 176 140 56
Binary 101 11100110 11101 1100010 0 1010111 1010 1111110 1100000 101110

Color Harmonies of #05E61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E61D

Black with #05E61D

Text Example


Text Example

White with #05E61D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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