Html Css Color HEX #53FE12 Harlequin

📋 copy color: '#53FE12'

red 83 ◦ green 254 ◦ blue 18

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

Shades of Harlequin #53FE12

Tints of Harlequin #53FE12

RGB

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

 GREEN value IS 254 (99.61% from 255) = 71.55%

 BLUE value IS 18 (7.42% from 255) = 5.07%

R = 23.38%
G = 71.55%
B = 5.07%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#53FE12 (or 0x53FE12) is known color: Harlequin. HEX triplet: 53, FE and 12. RGB value is (83,254,18). Sum of RGB (Red+Green+Blue) = 83+254+18=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 254 (99.61% from 255 or 71.55% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 254 - color contains mainly: green. Hex color #53FE12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53FE12 is #AC01ED. Grayscale: #B0B0B0. Windows color (decimal): -11272686 or 1244755. OLE color: 1244755.

HSL color Cylindrical-coordinate representation of color #53FE12: hue angle of 103.47º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53FE12 is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB 83 254 18 -
CMYK 0.67 0 0.93 0.00
HSL 103.47º 0.99% 0.53% -
HSV(B) 103.47º 0.93% 1% -
XYZ 39.12 72.77 12.56 -
YUV 175.97 38.85 61.69 -
System Red Green Blue C M Y K H S L
Decimal 83 254 18 0.67 0 0.93 0.00 103.47 0.99 0.53
Hex 53 FE 12 43 0 5D 0 67 63 35
Octal 123 376 22 103 0 135 0 147 143 65
Binary 1010011 11111110 10010 1000011 0 1011101 0 1100111 1100011 110101

Color Harmonies of #53FE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FE12

Black with #53FE12

Text Example


Text Example

White with #53FE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,254,18); }

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

background-color css

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

 a { background-color: rgb(83,254,18); }

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

border-color css

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

 span { border-color: rgb(83,254,18); }

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