Html Css Color HEX #36F316 Harlequin

📋 copy color: '#36F316'

red 54 ◦ green 243 ◦ blue 22

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

Shades of Harlequin #36F316

Tints of Harlequin #36F316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.9%

R = 16.93%
G = 76.18%
B = 6.9%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#36F316 (or 0x36F316) is known color: Harlequin. HEX triplet: 36, F3 and 16. RGB value is (54,243,22). Sum of RGB (Red+Green+Blue) = 54+243+22=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 243 (95.31% from 255 or 76.18% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 243 - color contains mainly: green. Hex color #36F316 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36F316 is #C90CE9. Grayscale: #A1A1A1. Windows color (decimal): -13176042 or 1504054. OLE color: 1504054.

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

Color convert

RGB 54 243 22 -
CMYK 0.78 0 0.91 0.05
HSL 111.31º 0.9% 0.52% -
HSV(B) 111.31º 0.91% 0.95% -
XYZ 33.72 64.94 11.52 -
YUV 161.3 49.38 51.47 -
System Red Green Blue C M Y K H S L
Decimal 54 243 22 0.78 0 0.91 0.05 111.31 0.9 0.52
Hex 36 F3 16 4E 0 5B 5 6F 5A 34
Octal 66 363 26 116 0 133 5 157 132 64
Binary 110110 11110011 10110 1001110 0 1011011 101 1101111 1011010 110100

Color Harmonies of #36F316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36F316

Black with #36F316

Text Example


Text Example

White with #36F316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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