#27D500

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

Shades of Harlequin #27D500

Tints of Harlequin #27D500

Color information

#27D500 (or 0x27D500) is unknown color: approx Harlequin. HEX triplet: 27, D5 and 00. RGB value is (39,213,0). Sum of RGB (Red+Green+Blue) = 39+213+0=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 213 (83.59% from 255 or 84.52% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 213 - color contains mainly: green. Hex color #27D500 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D500 is #D82AFF. Grayscale: #898989. Windows color (decimal): -14166784 or 54567. OLE color: 54567.

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

Color convert

RGB392130-
CMYK0.82010.16
HSL109.01º100%41.76%-
HSV(B)109.01º100%83.53%-
XYZ24.6348.027.97-
YUV136.6950.8558.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.48%
GREEN value IS 213 (83.59% from 255) = 84.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=15.48%
G=84.52%
B=0%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal3921300.82010.16109.0110041.76
Hex27D5052064106d642a
Octal47325012201442015514452
Binary1001111101010101010010011001001000011011011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27D500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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