#05EF27

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

Shades of Free Speech Green #05EF27

Tints of Free Speech Green #05EF27

Color information

#05EF27 (or 0x05EF27) is unknown color: approx Free Speech Green. HEX triplet: 05, EF and 27. RGB value is (5,239,39). Sum of RGB (Red+Green+Blue) = 5+239+39=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 239 (93.75% from 255 or 84.45% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 239 - color contains mainly: green. Hex color #05EF27 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05EF27 is #FA10D8. Grayscale: #929292. Windows color (decimal): -16388313 or 2617093. OLE color: 2617093.

HSL color Cylindrical-coordinate representation of color #05EF27: hue angle of 128.72º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EF27 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB523939-
CMYK0.9800.840.06
HSL128.72º95.9%47.84%-
HSV(B)128.72º97.91%93.73%-
XYZ31.361.9112.22-
YUV146.2367.4827.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.77%
GREEN value IS 239 (93.75% from 255) = 84.45%
BLUE value IS 39 (15.62% from 255) = 13.78%
R=1.77%
G=84.45%
B=13.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal5239390.9800.840.06128.7295.947.84
Hex5EF27620546816030
Octal5357471420124620114060
Binary10111101111100111110001001010100110100000011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05EF27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,239,39); }

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

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

 a { background-color: rgb(5,239,39); }

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

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

 span { border-color: rgb(5,239,39); }

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