#27FA06

Color #27FA06 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #27FA06

Tints of Harlequin #27FA06

Color information

#27FA06 (or 0x27FA06) is unknown color: approx Harlequin. HEX triplet: 27, FA and 06. RGB value is (39,250,6). Sum of RGB (Red+Green+Blue) = 39+250+6=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 250 (98.05% from 255 or 84.75% from 295); Blue value is 6 (2.73% from 255 or 2.03% from 295); Max value from RGB is 250 - color contains mainly: green. Hex color #27FA06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27FA06 is #D805F9. Grayscale: #9F9F9F. Windows color (decimal): -14157306 or 457255. OLE color: 457255.

HSL color Cylindrical-coordinate representation of color #27FA06: hue angle of 111.89º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #27FA06 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB392506-
CMYK0.8400.980.02
HSL111.89º96.06%50.2%-
HSV(B)111.89º97.6%98.04%-
XYZ35.0668.8211.61-
YUV159.141.642.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.22%
GREEN value IS 250 (98.05% from 255) = 84.75%
BLUE value IS 6 (2.73% from 255) = 2.03%
R=13.22%
G=84.75%
B=2.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal3925060.8400.980.02111.8996.0650.2
Hex27FA6540622706032
Octal4737261240142216014062
Binary100111111110101101010100011000101011100001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27FA06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,250,6); }

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

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

 a { background-color: rgb(39,250,6); }

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

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

 span { border-color: rgb(39,250,6); }

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