Html Css Color HEX #53F610 Harlequin

📋 copy color: '#53F610'

red 83 ◦ green 246 ◦ blue 16

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

Shades of Harlequin #53F610

Tints of Harlequin #53F610

RGB

 RED value IS 83 (32.81% from 255) = 24.06%

 GREEN value IS 246 (96.48% from 255) = 71.3%

 BLUE value IS 16 (6.64% from 255) = 4.64%

R = 24.06%
G = 71.3%
B = 4.64%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#53F610 (or 0x53F610) is known color: Harlequin. HEX triplet: 53, F6 and 10. RGB value is (83,246,16). Sum of RGB (Red+Green+Blue) = 83+246+16=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 246 (96.48% from 255 or 71.30% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 246 - color contains mainly: green. Hex color #53F610 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53F610 is #AC09EF. Grayscale: #ABABAB. Windows color (decimal): -11274736 or 1111635. OLE color: 1111635.

HSL color Cylindrical-coordinate representation of color #53F610: hue angle of 102.52º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53F610 is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 246 16 -
CMYK 0.66 0 0.93 0.04
HSL 102.52º 0.93% 0.51% -
HSV(B) 102.52º 0.93% 0.96% -
XYZ 36.62 67.79 11.64 -
YUV 171.04 40.5 65.2 -
System Red Green Blue C M Y K H S L
Decimal 83 246 16 0.66 0 0.93 0.04 102.52 0.93 0.51
Hex 53 F6 10 42 0 5D 4 67 5D 33
Octal 123 366 20 102 0 135 4 147 135 63
Binary 1010011 11110110 10000 1000010 0 1011101 100 1100111 1011101 110011

Color Harmonies of #53F610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F610

Black with #53F610

Text Example


Text Example

White with #53F610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53F610; }

 p { color: rgb(83,246,16); }

 H1.HeaderClassName
 {
   color: #53F610;
 }
 .AnyTagClassName
 {
   color: #53F610;
 }
</style>

background-color css

<style>
 a { background-color: #53F610; }

 a { background-color: rgb(83,246,16); }

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

border-color css

<style>
 span { border-color: #53F610; }

 span { border-color: rgb(83,246,16); }

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