Html Css Color HEX #36D600 Harlequin

📋 copy color: '#36D600'

red 54 ◦ green 214 ◦ blue 0

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

Shades of Harlequin #36D600

Tints of Harlequin #36D600

RGB

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

 GREEN value IS 214 (83.98% from 255) = 79.85%

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

R = 20.15%
G = 79.85%
B = 0%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#36D600 (or 0x36D600) is known color: Harlequin. HEX triplet: 36, D6 and 00. RGB value is (54,214,0). Sum of RGB (Red+Green+Blue) = 54+214+0=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 214 (83.98% from 255 or 79.85% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 214 - color contains mainly: green. Hex color #36D600 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36D600 is #C929FF. Grayscale: #8E8E8E. Windows color (decimal): -13183488 or 54838. OLE color: 54838.

HSL color Cylindrical-coordinate representation of color #36D600: hue angle of 104.86º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #36D600 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 54 214 0 -
CMYK 0.75 0 1 0.16
HSL 104.86º 1% 0.42% -
HSV(B) 104.86º 1% 0.84% -
XYZ 25.57 48.88 8.09 -
YUV 141.76 47.99 65.4 -
System Red Green Blue C M Y K H S L
Decimal 54 214 0 0.75 0 1 0.16 104.86 1 0.42
Hex 36 D6 0 4B 0 64 10 69 64 2A
Octal 66 326 0 113 0 144 20 151 144 52
Binary 110110 11010110 0 1001011 0 1100100 10000 1101001 1100100 101010

Color Harmonies of #36D600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D600

Black with #36D600

Text Example


Text Example

White with #36D600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,214,0); }

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

background-color css

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

 a { background-color: rgb(54,214,0); }

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

border-color css

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

 span { border-color: rgb(54,214,0); }

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