Html Css Color HEX #36FE1B Harlequin

📋 copy color: '#36FE1B'

red 54 ◦ green 254 ◦ blue 27

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

Shades of Harlequin #36FE1B

Tints of Harlequin #36FE1B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 75.82%

 BLUE value IS 27 (10.94% from 255) = 8.06%

R = 16.12%
G = 75.82%
B = 8.06%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#36FE1B (or 0x36FE1B) is known color: Harlequin. HEX triplet: 36, FE and 1B. RGB value is (54,254,27). Sum of RGB (Red+Green+Blue) = 54+254+27=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 254 (99.61% from 255 or 75.82% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 254 - color contains mainly: green. Hex color #36FE1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36FE1B is #C901E4. Grayscale: #A9A9A9. Windows color (decimal): -13173221 or 1834550. OLE color: 1834550.

HSL color Cylindrical-coordinate representation of color #36FE1B: hue angle of 112.86º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #36FE1B is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.

Color convert

RGB 54 254 27 -
CMYK 0.79 0 0.89 0.00
HSL 112.86º 0.99% 0.55% -
HSV(B) 112.86º 0.89% 1% -
XYZ 37.16 71.75 12.93 -
YUV 168.32 48.24 46.46 -
System Red Green Blue C M Y K H S L
Decimal 54 254 27 0.79 0 0.89 0.00 112.86 0.99 0.55
Hex 36 FE 1B 4F 0 59 0 71 63 37
Octal 66 376 33 117 0 131 0 161 143 67
Binary 110110 11111110 11011 1001111 0 1011001 0 1110001 1100011 110111

Color Harmonies of #36FE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36FE1B

Black with #36FE1B

Text Example


Text Example

White with #36FE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,254,27); }

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

background-color css

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

 a { background-color: rgb(54,254,27); }

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

border-color css

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

 span { border-color: rgb(54,254,27); }

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