Html Css Color HEX #36DA04 Harlequin

📋 copy color: '#36DA04'

red 54 ◦ green 218 ◦ blue 4

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

Shades of Harlequin #36DA04

Tints of Harlequin #36DA04

RGB

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

 GREEN value IS 218 (85.55% from 255) = 78.99%

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

R = 19.57%
G = 78.99%
B = 1.45%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#36DA04 (or 0x36DA04) is known color: Harlequin. HEX triplet: 36, DA and 04. RGB value is (54,218,4). Sum of RGB (Red+Green+Blue) = 54+218+4=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 218 (85.55% from 255 or 78.99% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 218 - color contains mainly: green. Hex color #36DA04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36DA04 is #C925FB. Grayscale: #919191. Windows color (decimal): -13182460 or 318006. OLE color: 318006.

HSL color Cylindrical-coordinate representation of color #36DA04: hue angle of 105.98º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #36DA04 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 54 218 4 -
CMYK 0.75 0 0.98 0.15
HSL 105.98º 0.96% 0.44% -
HSV(B) 105.98º 0.98% 0.85% -
XYZ 26.61 50.94 8.54 -
YUV 144.57 48.67 63.4 -
System Red Green Blue C M Y K H S L
Decimal 54 218 4 0.75 0 0.98 0.15 105.98 0.96 0.44
Hex 36 DA 4 4B 0 62 F 6A 60 2C
Octal 66 332 4 113 0 142 17 152 140 54
Binary 110110 11011010 100 1001011 0 1100010 1111 1101010 1100000 101100

Color Harmonies of #36DA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DA04

Black with #36DA04

Text Example


Text Example

White with #36DA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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