Html Css Color HEX #53F119 Harlequin

📋 copy color: '#53F119'

red 83 ◦ green 241 ◦ blue 25

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

Shades of Harlequin #53F119

Tints of Harlequin #53F119

RGB

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

 GREEN value IS 241 (94.53% from 255) = 69.05%

 BLUE value IS 25 (10.16% from 255) = 7.16%

R = 23.78%
G = 69.05%
B = 7.16%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#53F119 (or 0x53F119) is known color: Harlequin. HEX triplet: 53, F1 and 19. RGB value is (83,241,25). Sum of RGB (Red+Green+Blue) = 83+241+25=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 241 (94.53% from 255 or 69.05% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 241 - color contains mainly: green. Hex color #53F119 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53F119 is #AC0EE6. Grayscale: #A9A9A9. Windows color (decimal): -11276007 or 1700179. OLE color: 1700179.

HSL color Cylindrical-coordinate representation of color #53F119: hue angle of 103.89º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53F119 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 241 25 -
CMYK 0.66 0 0.90 0.05
HSL 103.89º 0.89% 0.52% -
HSV(B) 103.89º 0.9% 0.95% -
XYZ 35.2 64.82 11.58 -
YUV 169.13 46.65 66.56 -
System Red Green Blue C M Y K H S L
Decimal 83 241 25 0.66 0 0.90 0.05 103.89 0.89 0.52
Hex 53 F1 19 42 0 5A 5 68 59 34
Octal 123 361 31 102 0 132 5 150 131 64
Binary 1010011 11110001 11001 1000010 0 1011010 101 1101000 1011001 110100

Color Harmonies of #53F119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F119

Black with #53F119

Text Example


Text Example

White with #53F119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,241,25); }

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

background-color css

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

 a { background-color: rgb(83,241,25); }

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

border-color css

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

 span { border-color: rgb(83,241,25); }

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