Html Css Color HEX #53F425 Harlequin

📋 copy color: '#53F425'

red 83 ◦ green 244 ◦ blue 37

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

Shades of Harlequin #53F425

Tints of Harlequin #53F425

RGB

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

 GREEN value IS 244 (95.7% from 255) = 67.03%

 BLUE value IS 37 (14.84% from 255) = 10.16%

R = 22.8%
G = 67.03%
B = 10.16%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#53F425 (or 0x53F425) is known color: Harlequin. HEX triplet: 53, F4 and 25. RGB value is (83,244,37). Sum of RGB (Red+Green+Blue) = 83+244+37=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 244 (95.70% from 255 or 67.03% from 364); Blue value is 37 (14.84% from 255 or 10.16% from 364); Max value from RGB is 244 - color contains mainly: green. Hex color #53F425 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53F425 is #AC0BDA. Grayscale: #ACACAC. Windows color (decimal): -11275227 or 2487379. OLE color: 2487379.

HSL color Cylindrical-coordinate representation of color #53F425: hue angle of 106.67º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #53F425 is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 244 37 -
CMYK 0.66 0 0.85 0.04
HSL 106.67º 0.9% 0.55% -
HSV(B) 106.67º 0.85% 0.96% -
XYZ 36.25 66.67 12.71 -
YUV 172.26 51.66 64.33 -
System Red Green Blue C M Y K H S L
Decimal 83 244 37 0.66 0 0.85 0.04 106.67 0.9 0.55
Hex 53 F4 25 42 0 55 4 6B 5A 37
Octal 123 364 45 102 0 125 4 153 132 67
Binary 1010011 11110100 100101 1000010 0 1010101 100 1101011 1011010 110111

Color Harmonies of #53F425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F425

Black with #53F425

Text Example


Text Example

White with #53F425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,244,37); }

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

background-color css

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

 a { background-color: rgb(83,244,37); }

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

border-color css

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

 span { border-color: rgb(83,244,37); }

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