#27F80B

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

Shades of Harlequin #27F80B

Tints of Harlequin #27F80B

Color information

#27F80B (or 0x27F80B) is unknown color: approx Harlequin. HEX triplet: 27, F8 and 0B. RGB value is (39,248,11). Sum of RGB (Red+Green+Blue) = 39+248+11=298 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.09% from 298); Green value is 248 (97.27% from 255 or 83.22% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 248 - color contains mainly: green. Hex color #27F80B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27F80B is #D807F4. Grayscale: #9F9F9F. Windows color (decimal): -14157813 or 784423. OLE color: 784423.

HSL color Cylindrical-coordinate representation of color #27F80B: hue angle of 112.91º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #27F80B is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB3924811-
CMYK0.8400.960.03
HSL112.91º94.42%50.78%-
HSV(B)112.91º95.56%97.25%-
XYZ34.4667.5911.55-
YUV158.4944.7642.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.09%
GREEN value IS 248 (97.27% from 255) = 83.22%
BLUE value IS 11 (4.69% from 255) = 3.69%
R=13.09%
G=83.22%
B=3.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal39248110.8400.960.03112.9194.4250.78
Hex27F8B540603715e33
Octal47370131240140316113663
Binary1001111111100010111010100011000001111100011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27F80B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,248,11); }

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

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

 a { background-color: rgb(39,248,11); }

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

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

 span { border-color: rgb(39,248,11); }

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