Html Css Color HEX #36F700 Harlequin

📋 copy color: '#36F700'

red 54 ◦ green 247 ◦ blue 0

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

Shades of Harlequin #36F700

Tints of Harlequin #36F700

RGB

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

 GREEN value IS 247 (96.88% from 255) = 82.06%

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

R = 17.94%
G = 82.06%
B = 0%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#36F700 (or 0x36F700) is known color: Harlequin. HEX triplet: 36, F7 and 00. RGB value is (54,247,0). Sum of RGB (Red+Green+Blue) = 54+247+0=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 247 (96.88% from 255 or 82.06% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 247 - color contains mainly: green. Hex color #36F700 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36F700 is #C908FF. Grayscale: #A1A1A1. Windows color (decimal): -13175040 or 63286. OLE color: 63286.

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

Color convert

RGB 54 247 0 -
CMYK 0.78 0 1 0.03
HSL 106.88º 1% 0.48% -
HSV(B) 106.88º 1% 0.97% -
XYZ 34.78 67.31 11.16 -
YUV 161.14 37.06 51.58 -
System Red Green Blue C M Y K H S L
Decimal 54 247 0 0.78 0 1 0.03 106.88 1 0.48
Hex 36 F7 0 4E 0 64 3 6B 64 30
Octal 66 367 0 116 0 144 3 153 144 60
Binary 110110 11110111 0 1001110 0 1100100 11 1101011 1100100 110000

Color Harmonies of #36F700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36F700

Black with #36F700

Text Example


Text Example

White with #36F700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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