Html Css Color HEX #27D400 Harlequin

📋 copy color: '#27D400'

red 39 ◦ green 212 ◦ blue 0

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

Shades of Harlequin #27D400

Tints of Harlequin #27D400

RGB

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

 GREEN value IS 212 (83.2% from 255) = 84.46%

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

R = 15.54%
G = 84.46%
B = 0%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#27D400 (or 0x27D400) is known color: Harlequin. HEX triplet: 27, D4 and 00. RGB value is (39,212,0). Sum of RGB (Red+Green+Blue) = 39+212+0=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 212 (83.20% from 255 or 84.46% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 212 - color contains mainly: green. Hex color #27D400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D400 is #D82BFF. Grayscale: #888888. Windows color (decimal): -14167040 or 54311. OLE color: 54311.

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

Color convert

RGB 39 212 0 -
CMYK 0.82 0 1 0.17
HSL 108.96º 1% 0.42% -
HSV(B) 108.96º 1% 0.83% -
XYZ 24.38 47.52 7.89 -
YUV 136.11 51.19 58.74 -
System Red Green Blue C M Y K H S L
Decimal 39 212 0 0.82 0 1 0.17 108.96 1 0.42
Hex 27 D4 0 52 0 64 11 6D 64 2A
Octal 47 324 0 122 0 144 21 155 144 52
Binary 100111 11010100 0 1010010 0 1100100 10001 1101101 1100100 101010

Color Harmonies of #27D400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D400

Black with #27D400

Text Example


Text Example

White with #27D400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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