Html Css Color HEX #32EF0B Harlequin

📋 copy color: '#32EF0B'

red 50 ◦ green 239 ◦ blue 11

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

Shades of Harlequin #32EF0B

Tints of Harlequin #32EF0B

RGB

 RED value IS 50 (19.92% from 255) = 16.67%

 GREEN value IS 239 (93.75% from 255) = 79.67%

 BLUE value IS 11 (4.69% from 255) = 3.67%

R = 16.67%
G = 79.67%
B = 3.67%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#32EF0B (or 0x32EF0B) is known color: Harlequin. HEX triplet: 32, EF and 0B. RGB value is (50,239,11). Sum of RGB (Red+Green+Blue) = 50+239+11=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 239 (93.75% from 255 or 79.67% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 239 - color contains mainly: green. Hex color #32EF0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32EF0B is #CD10F4. Grayscale: #9D9D9D. Windows color (decimal): -13439221 or 782130. OLE color: 782130.

HSL color Cylindrical-coordinate representation of color #32EF0B: hue angle of 109.74º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #32EF0B is Cyan = 0.79, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 239 11 -
CMYK 0.79 0 0.95 0.06
HSL 109.74º 0.91% 0.49% -
HSV(B) 109.74º 0.95% 0.94% -
XYZ 32.24 62.44 10.67 -
YUV 156.5 45.88 52.04 -
System Red Green Blue C M Y K H S L
Decimal 50 239 11 0.79 0 0.95 0.06 109.74 0.91 0.49
Hex 32 EF B 4F 0 5F 6 6E 5B 31
Octal 62 357 13 117 0 137 6 156 133 61
Binary 110010 11101111 1011 1001111 0 1011111 110 1101110 1011011 110001

Color Harmonies of #32EF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EF0B

Black with #32EF0B

Text Example


Text Example

White with #32EF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32EF0B; }

 p { color: rgb(50,239,11); }

 H1.HeaderClassName
 {
   color: #32EF0B;
 }
 .AnyTagClassName
 {
   color: #32EF0B;
 }
</style>

background-color css

<style>
 a { background-color: #32EF0B; }

 a { background-color: rgb(50,239,11); }

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

border-color css

<style>
 span { border-color: #32EF0B; }

 span { border-color: rgb(50,239,11); }

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