#27F521

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

Shades of Free Speech Green #27F521

Tints of Free Speech Green #27F521

Color information

#27F521 (or 0x27F521) is unknown color: approx Free Speech Green. HEX triplet: 27, F5 and 21. RGB value is (39,245,33). Sum of RGB (Red+Green+Blue) = 39+245+33=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 245 (96.09% from 255 or 77.29% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 245 - color contains mainly: green. Hex color #27F521 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27F521 is #D80ADE. Grayscale: #9F9F9F. Windows color (decimal): -14158559 or 2225447. OLE color: 2225447.

HSL color Cylindrical-coordinate representation of color #27F521: hue angle of 118.3º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #27F521 is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB3924533-
CMYK0.8400.870.04
HSL118.3º91.38%54.51%-
HSV(B)118.3º86.53%96.08%-
XYZ33.7665.8512.37-
YUV159.2456.7542.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.30%
GREEN value IS 245 (96.09% from 255) = 77.29%
BLUE value IS 33 (13.28% from 255) = 10.41%
R=12.30%
G=77.29%
B=10.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal39245330.8400.870.04118.391.3854.51
Hex27F521540574765b37
Octal47365411240127416613367
Binary1001111111010110000110101000101011110011101101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27F521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27F521; }

 p { color: rgb(39,245,33); }

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

<style>
 a { background-color: #27F521; }

 a { background-color: rgb(39,245,33); }

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

<style>
 span { border-color: #27F521; }

 span { border-color: rgb(39,245,33); }

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