Html Css Color HEX #05D71A Free Speech Green

📋 copy color: '#05D71A'

red 5 ◦ green 215 ◦ blue 26

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

Shades of Free Speech Green #05D71A

Tints of Free Speech Green #05D71A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 87.4%

 BLUE value IS 26 (10.55% from 255) = 10.57%

R = 2.03%
G = 87.4%
B = 10.57%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#05D71A (or 0x05D71A) is known color: Free Speech Green. HEX triplet: 05, D7 and 1A. RGB value is (5,215,26). Sum of RGB (Red+Green+Blue) = 5+215+26=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 215 (84.38% from 255 or 87.40% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 215 - color contains mainly: green. Hex color #05D71A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D71A is #FA28E5. Grayscale: #838383. Windows color (decimal): -16394470 or 1758981. OLE color: 1758981.

HSL color Cylindrical-coordinate representation of color #05D71A: hue angle of 126º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D71A is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 5 215 26 -
CMYK 0.98 0 0.88 0.16
HSL 126º 0.95% 0.43% -
HSV(B) 126º 0.98% 0.84% -
XYZ 24.55 48.71 9.08 -
YUV 130.66 68.93 38.37 -
System Red Green Blue C M Y K H S L
Decimal 5 215 26 0.98 0 0.88 0.16 126 0.95 0.43
Hex 5 D7 1A 62 0 58 10 7E 5F 2B
Octal 5 327 32 142 0 130 20 176 137 53
Binary 101 11010111 11010 1100010 0 1011000 10000 1111110 1011111 101011

Color Harmonies of #05D71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D71A

Black with #05D71A

Text Example


Text Example

White with #05D71A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,215,26); }

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

background-color css

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

 a { background-color: rgb(5,215,26); }

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

border-color css

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

 span { border-color: rgb(5,215,26); }

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