Html Css Color HEX #05D30A Free Speech Green

📋 copy color: '#05D30A'

red 5 ◦ green 211 ◦ blue 10

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

Shades of Free Speech Green #05D30A

Tints of Free Speech Green #05D30A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 93.36%

 BLUE value IS 10 (4.3% from 255) = 4.42%

R = 2.21%
G = 93.36%
B = 4.42%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#05D30A (or 0x05D30A) is known color: Free Speech Green. HEX triplet: 05, D3 and 0A. RGB value is (5,211,10). Sum of RGB (Red+Green+Blue) = 5+211+10=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 211 (82.81% from 255 or 93.36% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 211 - color contains mainly: green. Hex color #05D30A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05D30A is #FA2CF5. Grayscale: #7F7F7F. Windows color (decimal): -16395510 or 709381. OLE color: 709381.

HSL color Cylindrical-coordinate representation of color #05D30A: hue angle of 121.46º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D30A is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 5 211 10 -
CMYK 0.98 0 0.95 0.17
HSL 121.46º 0.95% 0.42% -
HSV(B) 121.46º 0.98% 0.83% -
XYZ 23.41 46.64 8.06 -
YUV 126.49 62.25 41.34 -
System Red Green Blue C M Y K H S L
Decimal 5 211 10 0.98 0 0.95 0.17 121.46 0.95 0.42
Hex 5 D3 A 62 0 5F 11 79 5F 2A
Octal 5 323 12 142 0 137 21 171 137 52
Binary 101 11010011 1010 1100010 0 1011111 10001 1111001 1011111 101010

Color Harmonies of #05D30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D30A

Black with #05D30A

Text Example


Text Example

White with #05D30A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,211,10); }

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

background-color css

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

 a { background-color: rgb(5,211,10); }

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

border-color css

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

 span { border-color: rgb(5,211,10); }

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