Html Css Color HEX #36F223 Harlequin

📋 copy color: '#36F223'

red 54 ◦ green 242 ◦ blue 35

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

Shades of Harlequin #36F223

Tints of Harlequin #36F223

RGB

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

 GREEN value IS 242 (94.92% from 255) = 73.11%

 BLUE value IS 35 (14.06% from 255) = 10.57%

R = 16.31%
G = 73.11%
B = 10.57%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#36F223 (or 0x36F223) is known color: Harlequin. HEX triplet: 36, F2 and 23. RGB value is (54,242,35). Sum of RGB (Red+Green+Blue) = 54+242+35=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 242 (94.92% from 255 or 73.11% from 331); Blue value is 35 (14.06% from 255 or 10.57% from 331); Max value from RGB is 242 - color contains mainly: green. Hex color #36F223 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F223 is #C90DDC. Grayscale: #A2A2A2. Windows color (decimal): -13176285 or 2355766. OLE color: 2355766.

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

Color convert

RGB 54 242 35 -
CMYK 0.78 0 0.86 0.05
HSL 114.49º 0.89% 0.54% -
HSV(B) 114.49º 0.86% 0.95% -
XYZ 33.58 64.41 12.25 -
YUV 162.19 56.22 50.83 -
System Red Green Blue C M Y K H S L
Decimal 54 242 35 0.78 0 0.86 0.05 114.49 0.89 0.54
Hex 36 F2 23 4E 0 56 5 72 59 36
Octal 66 362 43 116 0 126 5 162 131 66
Binary 110110 11110010 100011 1001110 0 1010110 101 1110010 1011001 110110

Color Harmonies of #36F223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36F223

Black with #36F223

Text Example


Text Example

White with #36F223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,242,35); }

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

background-color css

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

 a { background-color: rgb(54,242,35); }

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

border-color css

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

 span { border-color: rgb(54,242,35); }

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