#27DE02

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

Shades of Harlequin #27DE02

Tints of Harlequin #27DE02

Color information

#27DE02 (or 0x27DE02) is unknown color: approx Harlequin. HEX triplet: 27, DE and 02. RGB value is (39,222,2). Sum of RGB (Red+Green+Blue) = 39+222+2=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 222 (87.11% from 255 or 84.41% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 222 - color contains mainly: green. Hex color #27DE02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27DE02 is #D821FD. Grayscale: #8E8E8E. Windows color (decimal): -14164478 or 187943. OLE color: 187943.

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

Color convert

RGB392222-
CMYK0.8200.990.13
HSL109.91º98.21%43.92%-
HSV(B)109.91º99.1%87.06%-
XYZ26.9752.688.8-
YUV142.248.8754.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.83%
GREEN value IS 222 (87.11% from 255) = 84.41%
BLUE value IS 2 (1.17% from 255) = 0.76%
R=14.83%
G=84.41%
B=0.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal3922220.8200.990.13109.9198.2143.92
Hex27DE252063D6e622c
Octal47336212201431515614254
Binary1001111101111010101001001100011110111011101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27DE02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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