Html Css Color HEX #36DF0E Harlequin

📋 copy color: '#36DF0E'

red 54 ◦ green 223 ◦ blue 14

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

Shades of Harlequin #36DF0E

Tints of Harlequin #36DF0E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 76.63%

 BLUE value IS 14 (5.86% from 255) = 4.81%

R = 18.56%
G = 76.63%
B = 4.81%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#36DF0E (or 0x36DF0E) is known color: Harlequin. HEX triplet: 36, DF and 0E. RGB value is (54,223,14). Sum of RGB (Red+Green+Blue) = 54+223+14=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 223 (87.5% from 255 or 76.63% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 223 - color contains mainly: green. Hex color #36DF0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36DF0E is #C920F1. Grayscale: #959595. Windows color (decimal): -13181170 or 974646. OLE color: 974646.

HSL color Cylindrical-coordinate representation of color #36DF0E: hue angle of 108.52º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #36DF0E is Cyan = 0.76, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 223 14 -
CMYK 0.76 0 0.94 0.13
HSL 108.52º 0.88% 0.46% -
HSV(B) 108.52º 0.94% 0.87% -
XYZ 27.99 53.59 9.28 -
YUV 148.64 52.01 60.49 -
System Red Green Blue C M Y K H S L
Decimal 54 223 14 0.76 0 0.94 0.13 108.52 0.88 0.46
Hex 36 DF E 4C 0 5E D 6D 58 2E
Octal 66 337 16 114 0 136 15 155 130 56
Binary 110110 11011111 1110 1001100 0 1011110 1101 1101101 1011000 101110

Color Harmonies of #36DF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DF0E

Black with #36DF0E

Text Example


Text Example

White with #36DF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,223,14); }

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

background-color css

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

 a { background-color: rgb(54,223,14); }

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

border-color css

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

 span { border-color: rgb(54,223,14); }

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