#05F630

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

Shades of Free Speech Green #05F630

Tints of Free Speech Green #05F630

Color information

#05F630 (or 0x05F630) is unknown color: approx Free Speech Green. HEX triplet: 05, F6 and 30. RGB value is (5,246,48). Sum of RGB (Red+Green+Blue) = 5+246+48=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 246 (96.48% from 255 or 82.27% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 246 - color contains mainly: green. Hex color #05F630 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05F630 is #FA09CF. Grayscale: #979797. Windows color (decimal): -16386512 or 3208709. OLE color: 3208709.

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

Color convert

RGB524648-
CMYK0.9800.800.04
HSL130.71º96.02%49.22%-
HSV(B)130.71º97.97%96.47%-
XYZ33.5566.1613.8-
YUV151.3769.6623.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.67%
GREEN value IS 246 (96.48% from 255) = 82.27%
BLUE value IS 48 (19.14% from 255) = 16.05%
R=1.67%
G=82.27%
B=16.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal5246480.9800.800.04130.7196.0249.22
Hex5F630620504836031
Octal5366601420120420314061
Binary10111110110110000110001001010000100100000111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05F630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,246,48); }

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

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

 a { background-color: rgb(5,246,48); }

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

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

 span { border-color: rgb(5,246,48); }

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