Html Css Color HEX #36EF01 Harlequin

📋 copy color: '#36EF01'

red 54 ◦ green 239 ◦ blue 1

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

Shades of Harlequin #36EF01

Tints of Harlequin #36EF01

RGB

 RED value IS 54 (21.48% from 255) = 18.37%

 GREEN value IS 239 (93.75% from 255) = 81.29%

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

R = 18.37%
G = 81.29%
B = 0.34%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#36EF01 (or 0x36EF01) is known color: Harlequin. HEX triplet: 36, EF and 01. RGB value is (54,239,1). Sum of RGB (Red+Green+Blue) = 54+239+1=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 239 (93.75% from 255 or 81.29% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 239 - color contains mainly: green. Hex color #36EF01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36EF01 is #C910FE. Grayscale: #9D9D9D. Windows color (decimal): -13177087 or 126774. OLE color: 126774.

HSL color Cylindrical-coordinate representation of color #36EF01: hue angle of 106.64º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #36EF01 is Cyan = 0.77, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 54 239 1 -
CMYK 0.77 0 1.00 0.06
HSL 106.64º 0.99% 0.47% -
HSV(B) 106.64º 1% 0.94% -
XYZ 32.39 62.52 10.39 -
YUV 156.55 40.21 54.85 -
System Red Green Blue C M Y K H S L
Decimal 54 239 1 0.77 0 1.00 0.06 106.64 0.99 0.47
Hex 36 EF 1 4D 0 64 6 6B 63 2F
Octal 66 357 1 115 0 144 6 153 143 57
Binary 110110 11101111 1 1001101 0 1100100 110 1101011 1100011 101111

Color Harmonies of #36EF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EF01

Black with #36EF01

Text Example


Text Example

White with #36EF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36EF01; }

 p { color: rgb(54,239,1); }

 H1.HeaderClassName
 {
   color: #36EF01;
 }
 .AnyTagClassName
 {
   color: #36EF01;
 }
</style>

background-color css

<style>
 a { background-color: #36EF01; }

 a { background-color: rgb(54,239,1); }

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

border-color css

<style>
 span { border-color: #36EF01; }

 span { border-color: rgb(54,239,1); }

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