Html Css Color HEX #27E000 Harlequin

📋 copy color: '#27E000'

red 39 ◦ green 224 ◦ blue 0

#27E000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #27E000

Tints of Harlequin #27E000

RGB

 RED value IS 39 (15.63% from 255) = 14.83%

 GREEN value IS 224 (87.89% from 255) = 85.17%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 14.83%
G = 85.17%
B = 0%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#27E000 (or 0x27E000) is known color: Harlequin. HEX triplet: 27, E0 and 00. RGB value is (39,224,0). Sum of RGB (Red+Green+Blue) = 39+224+0=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 224 (87.89% from 255 or 85.17% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 224 - color contains mainly: green. Hex color #27E000 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27E000 is #D81FFF. Grayscale: #8F8F8F. Windows color (decimal): -14163968 or 57383. OLE color: 57383.

HSL color Cylindrical-coordinate representation of color #27E000: hue angle of 109.55º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27E000 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 39 224 0 -
CMYK 0.83 0 1 0.12
HSL 109.55º 1% 0.44% -
HSV(B) 109.55º 1% 0.88% -
XYZ 27.49 53.74 8.92 -
YUV 143.15 47.21 53.71 -
System Red Green Blue C M Y K H S L
Decimal 39 224 0 0.83 0 1 0.12 109.55 1 0.44
Hex 27 E0 0 53 0 64 C 6E 64 2C
Octal 47 340 0 123 0 144 14 156 144 54
Binary 100111 11100000 0 1010011 0 1100100 1100 1101110 1100100 101100

Color Harmonies of #27E000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27E000

Black with #27E000

Text Example


Text Example

White with #27E000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #27E000;
 }
 .AnyTagClassName
 {
   color: #27E000;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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