Html Css Color HEX #36FA04 Harlequin

📋 copy color: '#36FA04'

red 54 ◦ green 250 ◦ blue 4

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

Shades of Harlequin #36FA04

Tints of Harlequin #36FA04

RGB

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

 GREEN value IS 250 (98.05% from 255) = 81.17%

 BLUE value IS 4 (1.95% from 255) = 1.3%

R = 17.53%
G = 81.17%
B = 1.3%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#36FA04 (or 0x36FA04) is known color: Harlequin. HEX triplet: 36, FA and 04. RGB value is (54,250,4). Sum of RGB (Red+Green+Blue) = 54+250+4=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 250 (98.05% from 255 or 81.17% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 250 - color contains mainly: green. Hex color #36FA04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36FA04 is #C905FB. Grayscale: #A4A4A4. Windows color (decimal): -13174268 or 326198. OLE color: 326198.

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

Color convert

RGB 54 250 4 -
CMYK 0.78 0 0.98 0.02
HSL 107.8º 0.97% 0.5% -
HSV(B) 107.8º 0.98% 0.98% -
XYZ 35.73 69.16 11.58 -
YUV 163.35 38.07 50 -
System Red Green Blue C M Y K H S L
Decimal 54 250 4 0.78 0 0.98 0.02 107.8 0.97 0.5
Hex 36 FA 4 4E 0 62 2 6C 61 32
Octal 66 372 4 116 0 142 2 154 141 62
Binary 110110 11111010 100 1001110 0 1100010 10 1101100 1100001 110010

Color Harmonies of #36FA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36FA04

Black with #36FA04

Text Example


Text Example

White with #36FA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,250,4); }

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

background-color css

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

 a { background-color: rgb(54,250,4); }

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

border-color css

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

 span { border-color: rgb(54,250,4); }

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