Html Css Color HEX #53F912 Harlequin

📋 copy color: '#53F912'

red 83 ◦ green 249 ◦ blue 18

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

Shades of Harlequin #53F912

Tints of Harlequin #53F912

RGB

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

 GREEN value IS 249 (97.66% from 255) = 71.14%

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

R = 23.71%
G = 71.14%
B = 5.14%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#53F912 (or 0x53F912) is known color: Harlequin. HEX triplet: 53, F9 and 12. RGB value is (83,249,18). Sum of RGB (Red+Green+Blue) = 83+249+18=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 249 (97.66% from 255 or 71.14% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 249 - color contains mainly: green. Hex color #53F912 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53F912 is #AC06ED. Grayscale: #ADADAD. Windows color (decimal): -11273966 or 1243475. OLE color: 1243475.

HSL color Cylindrical-coordinate representation of color #53F912: hue angle of 103.12º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53F912 is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 249 18 -
CMYK 0.67 0 0.93 0.02
HSL 103.12º 0.95% 0.52% -
HSV(B) 103.12º 0.93% 0.98% -
XYZ 37.55 69.63 12.03 -
YUV 173.03 40.5 63.78 -
System Red Green Blue C M Y K H S L
Decimal 83 249 18 0.67 0 0.93 0.02 103.12 0.95 0.52
Hex 53 F9 12 43 0 5D 2 67 5F 34
Octal 123 371 22 103 0 135 2 147 137 64
Binary 1010011 11111001 10010 1000011 0 1011101 10 1100111 1011111 110100

Color Harmonies of #53F912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F912

Black with #53F912

Text Example


Text Example

White with #53F912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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