Html Css Color HEX #36F914 Harlequin

📋 copy color: '#36F914'

red 54 ◦ green 249 ◦ blue 20

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

Shades of Harlequin #36F914

Tints of Harlequin #36F914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.19%

R = 16.72%
G = 77.09%
B = 6.19%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#36F914 (or 0x36F914) is known color: Harlequin. HEX triplet: 36, F9 and 14. RGB value is (54,249,20). Sum of RGB (Red+Green+Blue) = 54+249+20=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 249 (97.66% from 255 or 77.09% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 249 - color contains mainly: green. Hex color #36F914 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36F914 is #C906EB. Grayscale: #A5A5A5. Windows color (decimal): -13174508 or 1374518. OLE color: 1374518.

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

Color convert

RGB 54 249 20 -
CMYK 0.78 0 0.92 0.02
HSL 111.09º 0.95% 0.53% -
HSV(B) 111.09º 0.92% 0.98% -
XYZ 35.52 68.59 12.03 -
YUV 164.59 46.4 49.12 -
System Red Green Blue C M Y K H S L
Decimal 54 249 20 0.78 0 0.92 0.02 111.09 0.95 0.53
Hex 36 F9 14 4E 0 5C 2 6F 5F 35
Octal 66 371 24 116 0 134 2 157 137 65
Binary 110110 11111001 10100 1001110 0 1011100 10 1101111 1011111 110101

Color Harmonies of #36F914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36F914

Black with #36F914

Text Example


Text Example

White with #36F914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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