Html Css Color HEX #36FF01 Harlequin

📋 copy color: '#36FF01'

red 54 ◦ green 255 ◦ blue 1

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

Shades of Harlequin #36FF01

Tints of Harlequin #36FF01

RGB

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

 GREEN value IS 255 (100% from 255) = 82.26%

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

R = 17.42%
G = 82.26%
B = 0.32%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#36FF01 (or 0x36FF01) is known color: Harlequin. HEX triplet: 36, FF and 01. RGB value is (54,255,1). Sum of RGB (Red+Green+Blue) = 54+255+1=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 255 (100% from 255 or 82.26% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 255 - color contains mainly: green. Hex color #36FF01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36FF01 is #C900FE. Grayscale: #A6A6A6. Windows color (decimal): -13172991 or 130870. OLE color: 130870.

HSL color Cylindrical-coordinate representation of color #36FF01: hue angle of 107.48º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #36FF01 is Cyan = 0.79, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.

Color convert

RGB 54 255 1 -
CMYK 0.79 0 1.00 0
HSL 107.48º 1% 0.5% -
HSV(B) 107.48º 1% 1% -
XYZ 37.29 72.31 12.02 -
YUV 165.95 34.91 48.15 -
System Red Green Blue C M Y K H S L
Decimal 54 255 1 0.79 0 1.00 0 107.48 1 0.5
Hex 36 FF 1 4F 0 64 0 6B 64 32
Octal 66 377 1 117 0 144 0 153 144 62
Binary 110110 11111111 1 1001111 0 1100100 0 1101011 1100100 110010

Color Harmonies of #36FF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36FF01

Black with #36FF01

Text Example


Text Example

White with #36FF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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