Html Css Color HEX #36F802 Harlequin

📋 copy color: '#36F802'

red 54 ◦ green 248 ◦ blue 2

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

Shades of Harlequin #36F802

Tints of Harlequin #36F802

RGB

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

 GREEN value IS 248 (97.27% from 255) = 81.58%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 17.76%
G = 81.58%
B = 0.66%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#36F802 (or 0x36F802) is known color: Harlequin. HEX triplet: 36, F8 and 02. RGB value is (54,248,2). Sum of RGB (Red+Green+Blue) = 54+248+2=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 248 (97.27% from 255 or 81.58% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 248 - color contains mainly: green. Hex color #36F802 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36F802 is #C907FD. Grayscale: #A2A2A2. Windows color (decimal): -13174782 or 194614. OLE color: 194614.

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

Color convert

RGB 54 248 2 -
CMYK 0.78 0 0.99 0.03
HSL 107.32º 0.98% 0.49% -
HSV(B) 107.32º 0.99% 0.97% -
XYZ 35.1 67.92 11.32 -
YUV 161.95 37.73 51 -
System Red Green Blue C M Y K H S L
Decimal 54 248 2 0.78 0 0.99 0.03 107.32 0.98 0.49
Hex 36 F8 2 4E 0 63 3 6B 62 31
Octal 66 370 2 116 0 143 3 153 142 61
Binary 110110 11111000 10 1001110 0 1100011 11 1101011 1100010 110001

Color Harmonies of #36F802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36F802

Black with #36F802

Text Example


Text Example

White with #36F802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,248,2); }

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

background-color css

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

 a { background-color: rgb(54,248,2); }

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

border-color css

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

 span { border-color: rgb(54,248,2); }

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