Html Css Color HEX #36F003 Harlequin

📋 copy color: '#36F003'

red 54 ◦ green 240 ◦ blue 3

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

Shades of Harlequin #36F003

Tints of Harlequin #36F003

RGB

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

 GREEN value IS 240 (94.14% from 255) = 80.81%

 BLUE value IS 3 (1.56% from 255) = 1.01%

R = 18.18%
G = 80.81%
B = 1.01%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#36F003 (or 0x36F003) is known color: Harlequin. HEX triplet: 36, F0 and 03. RGB value is (54,240,3). Sum of RGB (Red+Green+Blue) = 54+240+3=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 240 (94.14% from 255 or 80.81% from 297); Blue value is 3 (1.56% from 255 or 1.01% from 297); Max value from RGB is 240 - color contains mainly: green. Hex color #36F003 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36F003 is #C90FFC. Grayscale: #9E9E9E. Windows color (decimal): -13176829 or 258102. OLE color: 258102.

HSL color Cylindrical-coordinate representation of color #36F003: hue angle of 107.09º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #36F003 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 54 240 3 -
CMYK 0.78 0 0.99 0.06
HSL 107.09º 0.98% 0.48% -
HSV(B) 107.09º 0.99% 0.94% -
XYZ 32.7 63.11 10.54 -
YUV 157.37 40.88 54.27 -
System Red Green Blue C M Y K H S L
Decimal 54 240 3 0.78 0 0.99 0.06 107.09 0.98 0.48
Hex 36 F0 3 4E 0 63 6 6B 62 30
Octal 66 360 3 116 0 143 6 153 142 60
Binary 110110 11110000 11 1001110 0 1100011 110 1101011 1100010 110000

Color Harmonies of #36F003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36F003

Black with #36F003

Text Example


Text Example

White with #36F003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,240,3); }

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

background-color css

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

 a { background-color: rgb(54,240,3); }

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

border-color css

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

 span { border-color: rgb(54,240,3); }

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