Html Css Color HEX #36F900 Harlequin

📋 copy color: '#36F900'

red 54 ◦ green 249 ◦ blue 0

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

Shades of Harlequin #36F900

Tints of Harlequin #36F900

RGB

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

 GREEN value IS 249 (97.66% from 255) = 82.18%

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

R = 17.82%
G = 82.18%
B = 0%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#36F900 (or 0x36F900) is known color: Harlequin. HEX triplet: 36, F9 and 00. RGB value is (54,249,0). Sum of RGB (Red+Green+Blue) = 54+249+0=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 249 (97.66% from 255 or 82.18% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 249 - color contains mainly: green. Hex color #36F900 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36F900 is #C906FF. Grayscale: #A3A3A3. Windows color (decimal): -13174528 or 63798. OLE color: 63798.

HSL color Cylindrical-coordinate representation of color #36F900: hue angle of 106.99º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #36F900 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 54 249 0 -
CMYK 0.78 0 1 0.02
HSL 106.99º 1% 0.49% -
HSV(B) 106.99º 1% 0.98% -
XYZ 35.4 68.54 11.36 -
YUV 162.31 36.4 50.75 -
System Red Green Blue C M Y K H S L
Decimal 54 249 0 0.78 0 1 0.02 106.99 1 0.49
Hex 36 F9 0 4E 0 64 2 6B 64 31
Octal 66 371 0 116 0 144 2 153 144 61
Binary 110110 11111001 0 1001110 0 1100100 10 1101011 1100100 110001

Color Harmonies of #36F900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36F900

Black with #36F900

Text Example


Text Example

White with #36F900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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