#05F307

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

Shades of Free Speech Green #05F307

Tints of Free Speech Green #05F307

Color information

#05F307 (or 0x05F307) is unknown color: approx Free Speech Green. HEX triplet: 05, F3 and 07. RGB value is (5,243,7). Sum of RGB (Red+Green+Blue) = 5+243+7=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 243 (95.31% from 255 or 95.29% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 243 - color contains mainly: green. Hex color #05F307 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05F307 is #FA0CF8. Grayscale: #919191. Windows color (decimal): -16387321 or 520965. OLE color: 520965.

HSL color Cylindrical-coordinate representation of color #05F307: hue angle of 120.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F307 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB52437-
CMYK0.9800.970.05
HSL120.5º95.97%48.63%-
HSV(B)120.5º97.94%95.29%-
XYZ32.1564.1510.89-
YUV144.9350.1528.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.96%
GREEN value IS 243 (95.31% from 255) = 95.29%
BLUE value IS 7 (3.12% from 255) = 2.75%
R=1.96%
G=95.29%
B=2.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal524370.9800.970.05120.595.9748.63
Hex5F37620615796031
Octal536371420141517114061
Binary1011111001111111000100110000110111110011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05F307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,243,7); }

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

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

 a { background-color: rgb(5,243,7); }

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

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

 span { border-color: rgb(5,243,7); }

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