Html Css Color HEX #32ED01 Harlequin

📋 copy color: '#32ED01'

red 50 ◦ green 237 ◦ blue 1

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

Shades of Harlequin #32ED01

Tints of Harlequin #32ED01

RGB

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

 GREEN value IS 237 (92.97% from 255) = 82.29%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 17.36%
G = 82.29%
B = 0.35%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#32ED01 (or 0x32ED01) is known color: Harlequin. HEX triplet: 32, ED and 01. RGB value is (50,237,1). Sum of RGB (Red+Green+Blue) = 50+237+1=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 237 (92.97% from 255 or 82.29% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 237 - color contains mainly: green. Hex color #32ED01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32ED01 is #CD12FE. Grayscale: #9A9A9A. Windows color (decimal): -13439743 or 126258. OLE color: 126258.

HSL color Cylindrical-coordinate representation of color #32ED01: hue angle of 107.54º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32ED01 is Cyan = 0.79, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 237 1 -
CMYK 0.79 0 1.00 0.07
HSL 107.54º 0.99% 0.47% -
HSV(B) 107.54º 1% 0.93% -
XYZ 31.61 61.25 10.19 -
YUV 154.18 41.55 53.69 -
System Red Green Blue C M Y K H S L
Decimal 50 237 1 0.79 0 1.00 0.07 107.54 0.99 0.47
Hex 32 ED 1 4F 0 64 7 6C 63 2F
Octal 62 355 1 117 0 144 7 154 143 57
Binary 110010 11101101 1 1001111 0 1100100 111 1101100 1100011 101111

Color Harmonies of #32ED01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32ED01

Black with #32ED01

Text Example


Text Example

White with #32ED01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,237,1); }

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

background-color css

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

 a { background-color: rgb(50,237,1); }

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

border-color css

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

 span { border-color: rgb(50,237,1); }

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