#05D91F

Color #05D91F Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #05D91F

Tints of Free Speech Green #05D91F

Color information

#05D91F (or 0x05D91F) is unknown color: approx Free Speech Green. HEX triplet: 05, D9 and 1F. RGB value is (5,217,31). Sum of RGB (Red+Green+Blue) = 5+217+31=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 217 (85.16% from 255 or 85.77% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 217 - color contains mainly: green. Hex color #05D91F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D91F is #FA26E0. Grayscale: #848484. Windows color (decimal): -16393953 or 2087173. OLE color: 2087173.

HSL color Cylindrical-coordinate representation of color #05D91F: hue angle of 127.36º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D91F is Cyan = 0.98, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB521731-
CMYK0.9800.860.15
HSL127.36º95.5%43.53%-
HSV(B)127.36º97.7%85.1%-
XYZ25.1249.769.58-
YUV132.4170.7637.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.98%
GREEN value IS 217 (85.16% from 255) = 85.77%
BLUE value IS 31 (12.5% from 255) = 12.25%
R=1.98%
G=85.77%
B=12.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal5217310.9800.860.15127.3695.543.53
Hex5D91F62056F7f5f2c
Octal53313714201261717713754
Binary1011101100111111110001001010110111111111111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05D91F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,217,31); }

 H1.HeaderClassName
 {
   color: #05D91F;
 }
 .AnyTagClassName
 {
   color: #05D91F;
 }
</style>
background-color css

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

 a { background-color: rgb(5,217,31); }

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

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

 span { border-color: rgb(5,217,31); }

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