#27EB02

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

Shades of Harlequin #27EB02

Tints of Harlequin #27EB02

Color information

#27EB02 (or 0x27EB02) is unknown color: approx Harlequin. HEX triplet: 27, EB and 02. RGB value is (39,235,2). Sum of RGB (Red+Green+Blue) = 39+235+2=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 235 (92.19% from 255 or 85.14% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 235 - color contains mainly: green. Hex color #27EB02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27EB02 is #D814FD. Grayscale: #969696. Windows color (decimal): -14161150 or 191271. OLE color: 191271.

HSL color Cylindrical-coordinate representation of color #27EB02: hue angle of 110.47º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #27EB02 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB392352-
CMYK0.8300.990.08
HSL110.47º98.31%46.47%-
HSV(B)110.47º99.15%92.16%-
XYZ30.5659.8510-
YUV149.8344.5748.95-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.13%
GREEN value IS 235 (92.19% from 255) = 85.14%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=14.13%
G=85.14%
B=0.72%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal3923520.8300.990.08110.4798.3146.47
Hex27EB25306386e622e
Octal47353212301431015614256
Binary1001111110101110101001101100011100011011101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27EB02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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