#27F400

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

Shades of Harlequin #27F400

Tints of Harlequin #27F400

Color information

#27F400 (or 0x27F400) is unknown color: approx Harlequin. HEX triplet: 27, F4 and 00. RGB value is (39,244,0). Sum of RGB (Red+Green+Blue) = 39+244+0=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 244 (95.70% from 255 or 86.22% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 244 - color contains mainly: green. Hex color #27F400 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27F400 is #D80BFF. Grayscale: #9B9B9B. Windows color (decimal): -14158848 or 62503. OLE color: 62503.

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

Color convert

RGB392440-
CMYK0.84010.04
HSL110.41º100%47.84%-
HSV(B)110.41º100%95.69%-
XYZ33.1965.1310.82-
YUV154.8940.5845.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.78%
GREEN value IS 244 (95.70% from 255) = 86.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=13.78%
G=86.22%
B=0%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal3924400.84010.04110.4110047.84
Hex27F405406446e6430
Octal4736401240144415614460
Binary10011111110100010101000110010010011011101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27F400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,244,0); }

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

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

 a { background-color: rgb(39,244,0); }

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

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

 span { border-color: rgb(39,244,0); }

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