Html Css Color HEX #36F300 Harlequin

📋 copy color: '#36F300'

red 54 ◦ green 243 ◦ blue 0

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

Shades of Harlequin #36F300

Tints of Harlequin #36F300

RGB

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

 GREEN value IS 243 (95.31% from 255) = 81.82%

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

R = 18.18%
G = 81.82%
B = 0%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#36F300 (or 0x36F300) is known color: Harlequin. HEX triplet: 36, F3 and 00. RGB value is (54,243,0). Sum of RGB (Red+Green+Blue) = 54+243+0=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 243 (95.31% from 255 or 81.82% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 243 - color contains mainly: green. Hex color #36F300 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36F300 is #C90CFF. Grayscale: #9F9F9F. Windows color (decimal): -13176064 or 62262. OLE color: 62262.

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

Color convert

RGB 54 243 0 -
CMYK 0.78 0 1 0.05
HSL 106.67º 1% 0.48% -
HSV(B) 106.67º 1% 0.95% -
XYZ 33.57 64.89 10.75 -
YUV 158.79 38.38 53.26 -
System Red Green Blue C M Y K H S L
Decimal 54 243 0 0.78 0 1 0.05 106.67 1 0.48
Hex 36 F3 0 4E 0 64 5 6B 64 30
Octal 66 363 0 116 0 144 5 153 144 60
Binary 110110 11110011 0 1001110 0 1100100 101 1101011 1100100 110000

Color Harmonies of #36F300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36F300

Black with #36F300

Text Example


Text Example

White with #36F300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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