Html Css Color HEX #36D901 Harlequin

📋 copy color: '#36D901'

red 54 ◦ green 217 ◦ blue 1

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

Shades of Harlequin #36D901

Tints of Harlequin #36D901

RGB

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

 GREEN value IS 217 (85.16% from 255) = 79.78%

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

R = 19.85%
G = 79.78%
B = 0.37%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#36D901 (or 0x36D901) is known color: Harlequin. HEX triplet: 36, D9 and 01. RGB value is (54,217,1). Sum of RGB (Red+Green+Blue) = 54+217+1=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 217 (85.16% from 255 or 79.78% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 217 - color contains mainly: green. Hex color #36D901 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36D901 is #C926FE. Grayscale: #909090. Windows color (decimal): -13182719 or 121142. OLE color: 121142.

HSL color Cylindrical-coordinate representation of color #36D901: hue angle of 105.28º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #36D901 is Cyan = 0.75, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 54 217 1 -
CMYK 0.75 0 1.00 0.15
HSL 105.28º 0.99% 0.43% -
HSV(B) 105.28º 1% 0.85% -
XYZ 26.34 50.41 8.37 -
YUV 143.64 47.5 64.06 -
System Red Green Blue C M Y K H S L
Decimal 54 217 1 0.75 0 1.00 0.15 105.28 0.99 0.43
Hex 36 D9 1 4B 0 64 F 69 63 2B
Octal 66 331 1 113 0 144 17 151 143 53
Binary 110110 11011001 1 1001011 0 1100100 1111 1101001 1100011 101011

Color Harmonies of #36D901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D901

Black with #36D901

Text Example


Text Example

White with #36D901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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