Html Css Color HEX #36FB18 Harlequin

📋 copy color: '#36FB18'

red 54 ◦ green 251 ◦ blue 24

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

Shades of Harlequin #36FB18

Tints of Harlequin #36FB18

RGB

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

 GREEN value IS 251 (98.44% from 255) = 76.29%

 BLUE value IS 24 (9.77% from 255) = 7.29%

R = 16.41%
G = 76.29%
B = 7.29%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#36FB18 (or 0x36FB18) is known color: Harlequin. HEX triplet: 36, FB and 18. RGB value is (54,251,24). Sum of RGB (Red+Green+Blue) = 54+251+24=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 251 (98.44% from 255 or 76.29% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 251 - color contains mainly: green. Hex color #36FB18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36FB18 is #C904E7. Grayscale: #A6A6A6. Windows color (decimal): -13173992 or 1637174. OLE color: 1637174.

HSL color Cylindrical-coordinate representation of color #36FB18: hue angle of 112.07º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36FB18 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 54 251 24 -
CMYK 0.78 0 0.90 0.02
HSL 112.07º 0.97% 0.54% -
HSV(B) 112.07º 0.9% 0.98% -
XYZ 36.18 69.84 12.44 -
YUV 166.22 47.73 47.96 -
System Red Green Blue C M Y K H S L
Decimal 54 251 24 0.78 0 0.90 0.02 112.07 0.97 0.54
Hex 36 FB 18 4E 0 5A 2 70 61 36
Octal 66 373 30 116 0 132 2 160 141 66
Binary 110110 11111011 11000 1001110 0 1011010 10 1110000 1100001 110110

Color Harmonies of #36FB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36FB18

Black with #36FB18

Text Example


Text Example

White with #36FB18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,251,24); }

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

background-color css

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

 a { background-color: rgb(54,251,24); }

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

border-color css

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

 span { border-color: rgb(54,251,24); }

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