#27DE00

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

Shades of Harlequin #27DE00

Tints of Harlequin #27DE00

Color information

#27DE00 (or 0x27DE00) is unknown color: approx Harlequin. HEX triplet: 27, DE and 00. RGB value is (39,222,0). Sum of RGB (Red+Green+Blue) = 39+222+0=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 222 (87.11% from 255 or 85.06% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 222 - color contains mainly: green. Hex color #27DE00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27DE00 is #D821FF. Grayscale: #8E8E8E. Windows color (decimal): -14164480 or 56871. OLE color: 56871.

HSL color Cylindrical-coordinate representation of color #27DE00: hue angle of 109.46º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27DE00 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB392220-
CMYK0.82010.13
HSL109.46º100%43.53%-
HSV(B)109.46º100%87.06%-
XYZ26.9652.678.75-
YUV141.9847.8754.55-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.94%
GREEN value IS 222 (87.11% from 255) = 85.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=14.94%
G=85.06%
B=0%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal3922200.82010.13109.4610043.53
Hex27DE052064D6d642c
Octal47336012201441515514454
Binary100111110111100101001001100100110111011011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27DE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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