Html Css Color HEX #32E704 Harlequin

📋 copy color: '#32E704'

red 50 ◦ green 231 ◦ blue 4

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

Shades of Harlequin #32E704

Tints of Harlequin #32E704

RGB

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

 GREEN value IS 231 (90.63% from 255) = 81.05%

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

R = 17.54%
G = 81.05%
B = 1.4%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#32E704 (or 0x32E704) is known color: Harlequin. HEX triplet: 32, E7 and 04. RGB value is (50,231,4). Sum of RGB (Red+Green+Blue) = 50+231+4=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 231 (90.62% from 255 or 81.05% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 231 - color contains mainly: green. Hex color #32E704 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32E704 is #CD18FB. Grayscale: #979797. Windows color (decimal): -13441276 or 321330. OLE color: 321330.

HSL color Cylindrical-coordinate representation of color #32E704: hue angle of 107.84º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32E704 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB 50 231 4 -
CMYK 0.78 0 0.98 0.09
HSL 107.84º 0.97% 0.46% -
HSV(B) 107.84º 0.98% 0.91% -
XYZ 29.91 57.84 9.7 -
YUV 151 45.03 55.96 -
System Red Green Blue C M Y K H S L
Decimal 50 231 4 0.78 0 0.98 0.09 107.84 0.97 0.46
Hex 32 E7 4 4E 0 62 9 6C 61 2E
Octal 62 347 4 116 0 142 11 154 141 56
Binary 110010 11100111 100 1001110 0 1100010 1001 1101100 1100001 101110

Color Harmonies of #32E704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E704

Black with #32E704

Text Example


Text Example

White with #32E704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,231,4); }

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

background-color css

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

 a { background-color: rgb(50,231,4); }

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

border-color css

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

 span { border-color: rgb(50,231,4); }

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