#05F306

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

Shades of Free Speech Green #05F306

Tints of Free Speech Green #05F306

Color information

#05F306 (or 0x05F306) is unknown color: approx Free Speech Green. HEX triplet: 05, F3 and 06. RGB value is (5,243,6). Sum of RGB (Red+Green+Blue) = 5+243+6=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 243 (95.31% from 255 or 95.67% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 243 - color contains mainly: green. Hex color #05F306 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05F306 is #FA0CF9. Grayscale: #919191. Windows color (decimal): -16387322 or 455429. OLE color: 455429.

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

Color convert

RGB52436-
CMYK0.9800.980.05
HSL120.25º95.97%48.63%-
HSV(B)120.25º97.94%95.29%-
XYZ32.1564.1510.86-
YUV144.8249.6528.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.97%
GREEN value IS 243 (95.31% from 255) = 95.67%
BLUE value IS 6 (2.73% from 255) = 2.36%
R=1.97%
G=95.67%
B=2.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal524360.9800.980.05120.2595.9748.63
Hex5F36620625786031
Octal536361420142517014061
Binary1011111001111011000100110001010111110001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05F306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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