Html Css Color HEX #27F201 Harlequin

📋 copy color: '#27F201'

red 39 ◦ green 242 ◦ blue 1

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

Shades of Harlequin #27F201

Tints of Harlequin #27F201

RGB

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

 GREEN value IS 242 (94.92% from 255) = 85.82%

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

R = 13.83%
G = 85.82%
B = 0.35%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#27F201 (or 0x27F201) is known color: Harlequin. HEX triplet: 27, F2 and 01. RGB value is (39,242,1). Sum of RGB (Red+Green+Blue) = 39+242+1=282 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.83% from 282); Green value is 242 (94.92% from 255 or 85.82% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 242 - color contains mainly: green. Hex color #27F201 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27F201 is #D80DFE. Grayscale: #9A9A9A. Windows color (decimal): -14159359 or 127527. OLE color: 127527.

HSL color Cylindrical-coordinate representation of color #27F201: hue angle of 110.54º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27F201 is Cyan = 0.84, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 39 242 1 -
CMYK 0.84 0 1.00 0.05
HSL 110.54º 0.99% 0.48% -
HSV(B) 110.54º 1% 0.95% -
XYZ 32.59 63.94 10.65 -
YUV 153.83 41.75 46.1 -
System Red Green Blue C M Y K H S L
Decimal 39 242 1 0.84 0 1.00 0.05 110.54 0.99 0.48
Hex 27 F2 1 54 0 64 5 6F 63 30
Octal 47 362 1 124 0 144 5 157 143 60
Binary 100111 11110010 1 1010100 0 1100100 101 1101111 1100011 110000

Color Harmonies of #27F201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27F201

Black with #27F201

Text Example


Text Example

White with #27F201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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