Html Css Color HEX #36F001 Harlequin

📋 copy color: '#36F001'

red 54 ◦ green 240 ◦ blue 1

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

Shades of Harlequin #36F001

Tints of Harlequin #36F001

RGB

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

 GREEN value IS 240 (94.14% from 255) = 81.36%

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

R = 18.31%
G = 81.36%
B = 0.34%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#36F001 (or 0x36F001) is known color: Harlequin. HEX triplet: 36, F0 and 01. RGB value is (54,240,1). Sum of RGB (Red+Green+Blue) = 54+240+1=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 240 (94.14% from 255 or 81.36% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 240 - color contains mainly: green. Hex color #36F001 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36F001 is #C90FFE. Grayscale: #9D9D9D. Windows color (decimal): -13176831 or 127030. OLE color: 127030.

HSL color Cylindrical-coordinate representation of color #36F001: hue angle of 106.69º 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 #36F001 is Cyan = 0.78, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 54 240 1 -
CMYK 0.78 0 1.00 0.06
HSL 106.69º 0.99% 0.47% -
HSV(B) 106.69º 1% 0.94% -
XYZ 32.69 63.11 10.49 -
YUV 157.14 39.88 54.43 -
System Red Green Blue C M Y K H S L
Decimal 54 240 1 0.78 0 1.00 0.06 106.69 0.99 0.47
Hex 36 F0 1 4E 0 64 6 6B 63 2F
Octal 66 360 1 116 0 144 6 153 143 57
Binary 110110 11110000 1 1001110 0 1100100 110 1101011 1100011 101111

Color Harmonies of #36F001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36F001

Black with #36F001

Text Example


Text Example

White with #36F001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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