Html Css Color HEX #27EA01 Harlequin

📋 copy color: '#27EA01'

red 39 ◦ green 234 ◦ blue 1

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

Shades of Harlequin #27EA01

Tints of Harlequin #27EA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 14.23%
G = 85.4%
B = 0.36%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#27EA01 (or 0x27EA01) is known color: Harlequin. HEX triplet: 27, EA and 01. RGB value is (39,234,1). Sum of RGB (Red+Green+Blue) = 39+234+1=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 234 (91.80% from 255 or 85.40% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 234 - color contains mainly: green. Hex color #27EA01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27EA01 is #D815FE. Grayscale: #959595. Windows color (decimal): -14161407 or 125479. OLE color: 125479.

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

Color convert

RGB 39 234 1 -
CMYK 0.83 0 1.00 0.08
HSL 110.21º 0.99% 0.46% -
HSV(B) 110.21º 1% 0.92% -
XYZ 30.27 59.28 9.88 -
YUV 149.13 44.4 49.45 -
System Red Green Blue C M Y K H S L
Decimal 39 234 1 0.83 0 1.00 0.08 110.21 0.99 0.46
Hex 27 EA 1 53 0 64 8 6E 63 2E
Octal 47 352 1 123 0 144 10 156 143 56
Binary 100111 11101010 1 1010011 0 1100100 1000 1101110 1100011 101110

Color Harmonies of #27EA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27EA01

Black with #27EA01

Text Example


Text Example

White with #27EA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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