#05FE37

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

Shades of Free Speech Green #05FE37

Tints of Free Speech Green #05FE37

Color information

#05FE37 (or 0x05FE37) is unknown color: approx Free Speech Green. HEX triplet: 05, FE and 37. RGB value is (5,254,55). Sum of RGB (Red+Green+Blue) = 5+254+55=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 254 (99.61% from 255 or 80.89% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 254 - color contains mainly: green. Hex color #05FE37 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05FE37 is #FA01C8. Grayscale: #9D9D9D. Windows color (decimal): -16384457 or 3669509. OLE color: 3669509.

HSL color Cylindrical-coordinate representation of color #05FE37: hue angle of 132.05º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FE37 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.

Color convert

RGB525455-
CMYK0.9800.780.00
HSL132.05º99.2%50.78%-
HSV(B)132.05º98.03%99.61%-
XYZ36.1971.1915.45-
YUV156.8670.5119.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.59%
GREEN value IS 254 (99.61% from 255) = 80.89%
BLUE value IS 55 (21.88% from 255) = 17.52%
R=1.59%
G=80.89%
B=17.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal5254550.9800.780.00132.0599.250.78
Hex5FE376204E0846333
Octal5376671420116020414363
Binary101111111101101111100010010011100100001001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05FE37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,254,55); }

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

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

 a { background-color: rgb(5,254,55); }

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

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

 span { border-color: rgb(5,254,55); }

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