Html Css Color HEX #53FD14 Harlequin

📋 copy color: '#53FD14'

red 83 ◦ green 253 ◦ blue 20

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

Shades of Harlequin #53FD14

Tints of Harlequin #53FD14

RGB

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

 GREEN value IS 253 (99.22% from 255) = 71.07%

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

R = 23.31%
G = 71.07%
B = 5.62%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#53FD14 (or 0x53FD14) is known color: Harlequin. HEX triplet: 53, FD and 14. RGB value is (83,253,20). Sum of RGB (Red+Green+Blue) = 83+253+20=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 253 (99.22% from 255 or 71.07% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 253 - color contains mainly: green. Hex color #53FD14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53FD14 is #AC02EB. Grayscale: #B0B0B0. Windows color (decimal): -11272940 or 1375571. OLE color: 1375571.

HSL color Cylindrical-coordinate representation of color #53FD14: hue angle of 103.78º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #53FD14 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 253 20 -
CMYK 0.67 0 0.92 0.01
HSL 103.78º 0.98% 0.54% -
HSV(B) 103.78º 0.92% 0.99% -
XYZ 38.82 72.14 12.54 -
YUV 175.61 40.18 61.95 -
System Red Green Blue C M Y K H S L
Decimal 83 253 20 0.67 0 0.92 0.01 103.78 0.98 0.54
Hex 53 FD 14 43 0 5C 1 68 62 36
Octal 123 375 24 103 0 134 1 150 142 66
Binary 1010011 11111101 10100 1000011 0 1011100 1 1101000 1100010 110110

Color Harmonies of #53FD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FD14

Black with #53FD14

Text Example


Text Example

White with #53FD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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