Html Css Color HEX #27EA00 Harlequin

📋 copy color: '#27EA00'

red 39 ◦ green 234 ◦ blue 0

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

Shades of Harlequin #27EA00

Tints of Harlequin #27EA00

RGB

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

 GREEN value IS 234 (91.8% from 255) = 85.71%

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

R = 14.29%
G = 85.71%
B = 0%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#27EA00 (or 0x27EA00) is known color: Harlequin. HEX triplet: 27, EA and 00. RGB value is (39,234,0). Sum of RGB (Red+Green+Blue) = 39+234+0=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 234 (91.80% from 255 or 85.71% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 234 - color contains mainly: green. Hex color #27EA00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27EA00 is #D815FF. Grayscale: #959595. Windows color (decimal): -14161408 or 59943. OLE color: 59943.

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

Color convert

RGB 39 234 0 -
CMYK 0.83 0 1 0.08
HSL 110º 1% 0.46% -
HSV(B) 110º 1% 0.92% -
XYZ 30.26 59.28 9.85 -
YUV 149.02 43.9 49.53 -
System Red Green Blue C M Y K H S L
Decimal 39 234 0 0.83 0 1 0.08 110 1 0.46
Hex 27 EA 0 53 0 64 8 6E 64 2E
Octal 47 352 0 123 0 144 10 156 144 56
Binary 100111 11101010 0 1010011 0 1100100 1000 1101110 1100100 101110

Color Harmonies of #27EA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27EA00

Black with #27EA00

Text Example


Text Example

White with #27EA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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