Html Css Color HEX #53F61A Harlequin

📋 copy color: '#53F61A'

red 83 ◦ green 246 ◦ blue 26

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

Shades of Harlequin #53F61A

Tints of Harlequin #53F61A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.32%

R = 23.38%
G = 69.3%
B = 7.32%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#53F61A (or 0x53F61A) is known color: Harlequin. HEX triplet: 53, F6 and 1A. RGB value is (83,246,26). Sum of RGB (Red+Green+Blue) = 83+246+26=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 246 (96.48% from 255 or 69.30% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 246 - color contains mainly: green. Hex color #53F61A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53F61A is #AC09E5. Grayscale: #ACACAC. Windows color (decimal): -11274726 or 1766995. OLE color: 1766995.

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

Color convert

RGB 83 246 26 -
CMYK 0.66 0 0.89 0.04
HSL 104.45º 0.92% 0.53% -
HSV(B) 104.45º 0.89% 0.96% -
XYZ 36.71 67.83 12.13 -
YUV 172.18 45.5 64.39 -
System Red Green Blue C M Y K H S L
Decimal 83 246 26 0.66 0 0.89 0.04 104.45 0.92 0.53
Hex 53 F6 1A 42 0 59 4 68 5C 35
Octal 123 366 32 102 0 131 4 150 134 65
Binary 1010011 11110110 11010 1000010 0 1011001 100 1101000 1011100 110101

Color Harmonies of #53F61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F61A

Black with #53F61A

Text Example


Text Example

White with #53F61A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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