Html Css Color HEX #36F115 Harlequin

📋 copy color: '#36F115'

red 54 ◦ green 241 ◦ blue 21

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

Shades of Harlequin #36F115

Tints of Harlequin #36F115

RGB

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

 GREEN value IS 241 (94.53% from 255) = 76.27%

 BLUE value IS 21 (8.59% from 255) = 6.65%

R = 17.09%
G = 76.27%
B = 6.65%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#36F115 (or 0x36F115) is known color: Harlequin. HEX triplet: 36, F1 and 15. RGB value is (54,241,21). Sum of RGB (Red+Green+Blue) = 54+241+21=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 241 (94.53% from 255 or 76.27% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 241 - color contains mainly: green. Hex color #36F115 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #36F115 is #C90EEA. Grayscale: #A0A0A0. Windows color (decimal): -13176555 or 1438006. OLE color: 1438006.

HSL color Cylindrical-coordinate representation of color #36F115: hue angle of 111º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #36F115 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 54 241 21 -
CMYK 0.78 0 0.91 0.05
HSL 111º 0.89% 0.51% -
HSV(B) 111º 0.91% 0.95% -
XYZ 33.11 63.75 11.27 -
YUV 160.01 49.55 52.39 -
System Red Green Blue C M Y K H S L
Decimal 54 241 21 0.78 0 0.91 0.05 111 0.89 0.51
Hex 36 F1 15 4E 0 5B 5 6F 59 33
Octal 66 361 25 116 0 133 5 157 131 63
Binary 110110 11110001 10101 1001110 0 1011011 101 1101111 1011001 110011

Color Harmonies of #36F115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36F115

Black with #36F115

Text Example


Text Example

White with #36F115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,241,21); }

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

background-color css

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

 a { background-color: rgb(54,241,21); }

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

border-color css

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

 span { border-color: rgb(54,241,21); }

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