#27dd00

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

Shades of Harlequin #27DD00

Tints of Harlequin #27DD00

Color information

#27DD00 (or 0x27DD00) is unknown color: approx Harlequin. HEX triplet: 27, DD and 00. RGB value is (39,221,0). Sum of RGB (Red+Green+Blue) = 39+221+0=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 221 (86.72% from 255 or 85% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 221 - color contains mainly: green. Hex color #27DD00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27DD00 is #D822FF. Grayscale: #8E8E8E. Windows color (decimal): -14164736 or 56615. OLE color: 56615.

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

Color convert

RGB392210-
CMYK0.82010.13
HSL109.41º100%43.33%-
HSV(B)109.41º100%86.67%-
XYZ26.6952.148.66-
YUV141.3948.254.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15%
GREEN value IS 221 (86.72% from 255) = 85%
BLUE value IS 0 (0.39% from 255) = 0%
R=15%
G=85%
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
Decimal3922100.82010.13109.4110043.33
Hex27DD052064D6d642b
Octal47335012201441515514453
Binary100111110111010101001001100100110111011011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27dd00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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