Html Css Color HEX #05D30D Free Speech Green

📋 copy color: '#05D30D'

red 5 ◦ green 211 ◦ blue 13

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

Shades of Free Speech Green #05D30D

Tints of Free Speech Green #05D30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.68%

R = 2.18%
G = 92.14%
B = 5.68%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#05D30D (or 0x05D30D) is known color: Free Speech Green. HEX triplet: 05, D3 and 0D. RGB value is (5,211,13). Sum of RGB (Red+Green+Blue) = 5+211+13=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 211 (82.81% from 255 or 92.14% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 211 - color contains mainly: green. Hex color #05D30D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05D30D is #FA2CF2. Grayscale: #7F7F7F. Windows color (decimal): -16395507 or 905989. OLE color: 905989.

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

Color convert

RGB 5 211 13 -
CMYK 0.98 0 0.94 0.17
HSL 122.33º 0.95% 0.42% -
HSV(B) 122.33º 0.98% 0.83% -
XYZ 23.43 46.65 8.15 -
YUV 126.83 63.75 41.1 -
System Red Green Blue C M Y K H S L
Decimal 5 211 13 0.98 0 0.94 0.17 122.33 0.95 0.42
Hex 5 D3 D 62 0 5E 11 7A 5F 2A
Octal 5 323 15 142 0 136 21 172 137 52
Binary 101 11010011 1101 1100010 0 1011110 10001 1111010 1011111 101010

Color Harmonies of #05D30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D30D

Black with #05D30D

Text Example


Text Example

White with #05D30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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