Html Css Color HEX #53E514 Harlequin

📋 copy color: '#53E514'

red 83 ◦ green 229 ◦ blue 20

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

Shades of Harlequin #53E514

Tints of Harlequin #53E514

RGB

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

 GREEN value IS 229 (89.84% from 255) = 68.98%

 BLUE value IS 20 (8.2% from 255) = 6.02%

R = 25%
G = 68.98%
B = 6.02%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#53E514 (or 0x53E514) is known color: Harlequin. HEX triplet: 53, E5 and 14. RGB value is (83,229,20). Sum of RGB (Red+Green+Blue) = 83+229+20=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 229 (89.84% from 255 or 68.98% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 229 - color contains mainly: green. Hex color #53E514 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53E514 is #AC1AEB. Grayscale: #A2A2A2. Windows color (decimal): -11279084 or 1369427. OLE color: 1369427.

HSL color Cylindrical-coordinate representation of color #53E514: hue angle of 101.91º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #53E514 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 83 229 20 -
CMYK 0.64 0 0.91 0.10
HSL 101.91º 0.84% 0.49% -
HSV(B) 101.91º 0.91% 0.9% -
XYZ 31.71 57.93 10.17 -
YUV 161.52 48.13 71.99 -
System Red Green Blue C M Y K H S L
Decimal 83 229 20 0.64 0 0.91 0.10 101.91 0.84 0.49
Hex 53 E5 14 40 0 5B A 66 54 31
Octal 123 345 24 100 0 133 12 146 124 61
Binary 1010011 11100101 10100 1000000 0 1011011 1010 1100110 1010100 110001

Color Harmonies of #53E514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53E514

Black with #53E514

Text Example


Text Example

White with #53E514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,229,20); }

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

background-color css

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

 a { background-color: rgb(83,229,20); }

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

border-color css

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

 span { border-color: rgb(83,229,20); }

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