#27DD08

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

Shades of Harlequin #27DD08

Tints of Harlequin #27DD08

Color information

#27DD08 (or 0x27DD08) is unknown color: approx Harlequin. HEX triplet: 27, DD and 08. RGB value is (39,221,8). Sum of RGB (Red+Green+Blue) = 39+221+8=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 221 (86.72% from 255 or 82.46% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 221 - color contains mainly: green. Hex color #27DD08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27DD08 is #D822F7. Grayscale: #8E8E8E. Windows color (decimal): -14164728 or 580903. OLE color: 580903.

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

Color convert

RGB392218-
CMYK0.8200.960.13
HSL111.27º93.01%44.9%-
HSV(B)111.27º96.38%86.67%-
XYZ26.7452.168.89-
YUV142.352.254.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.55%
GREEN value IS 221 (86.72% from 255) = 82.46%
BLUE value IS 8 (3.52% from 255) = 2.99%
R=14.55%
G=82.46%
B=2.99%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal3922180.8200.960.13111.2793.0144.9
Hex27DD852060D6f5d2d
Octal473351012201401515713555
Binary100111110111011000101001001100000110111011111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27DD08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,221,8); }

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

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

 a { background-color: rgb(39,221,8); }

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

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

 span { border-color: rgb(39,221,8); }

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