Html Css Color HEX #36FC20 Harlequin

📋 copy color: '#36FC20'

red 54 ◦ green 252 ◦ blue 32

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

Shades of Harlequin #36FC20

Tints of Harlequin #36FC20

RGB

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

 GREEN value IS 252 (98.83% from 255) = 74.56%

 BLUE value IS 32 (12.89% from 255) = 9.47%

R = 15.98%
G = 74.56%
B = 9.47%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#36FC20 (or 0x36FC20) is known color: Harlequin. HEX triplet: 36, FC and 20. RGB value is (54,252,32). Sum of RGB (Red+Green+Blue) = 54+252+32=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 252 (98.83% from 255 or 74.56% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 252 - color contains mainly: green. Hex color #36FC20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36FC20 is #C903DF. Grayscale: #A8A8A8. Windows color (decimal): -13173728 or 2161718. OLE color: 2161718.

HSL color Cylindrical-coordinate representation of color #36FC20: hue angle of 114º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #36FC20 is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 54 252 32 -
CMYK 0.79 0 0.87 0.01
HSL 114º 0.97% 0.56% -
HSV(B) 114º 0.87% 0.99% -
XYZ 36.59 70.51 13.05 -
YUV 167.72 51.4 46.89 -
System Red Green Blue C M Y K H S L
Decimal 54 252 32 0.79 0 0.87 0.01 114 0.97 0.56
Hex 36 FC 20 4F 0 57 1 72 61 38
Octal 66 374 40 117 0 127 1 162 141 70
Binary 110110 11111100 100000 1001111 0 1010111 1 1110010 1100001 111000

Color Harmonies of #36FC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36FC20

Black with #36FC20

Text Example


Text Example

White with #36FC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,252,32); }

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

background-color css

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

 a { background-color: rgb(54,252,32); }

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

border-color css

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

 span { border-color: rgb(54,252,32); }

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