Html Css Color HEX #53F225 Harlequin

📋 copy color: '#53F225'

red 83 ◦ green 242 ◦ blue 37

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

Shades of Harlequin #53F225

Tints of Harlequin #53F225

RGB

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

 GREEN value IS 242 (94.92% from 255) = 66.85%

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

R = 22.93%
G = 66.85%
B = 10.22%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#53F225 (or 0x53F225) is known color: Harlequin. HEX triplet: 53, F2 and 25. RGB value is (83,242,37). Sum of RGB (Red+Green+Blue) = 83+242+37=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 242 (94.92% from 255 or 66.85% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 242 - color contains mainly: green. Hex color #53F225 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53F225 is #AC0DDA. Grayscale: #ABABAB. Windows color (decimal): -11275739 or 2486867. OLE color: 2486867.

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

Color convert

RGB 83 242 37 -
CMYK 0.66 0 0.85 0.05
HSL 106.54º 0.89% 0.55% -
HSV(B) 106.54º 0.85% 0.95% -
XYZ 35.65 65.48 12.51 -
YUV 171.09 52.32 65.17 -
System Red Green Blue C M Y K H S L
Decimal 83 242 37 0.66 0 0.85 0.05 106.54 0.89 0.55
Hex 53 F2 25 42 0 55 5 6B 59 37
Octal 123 362 45 102 0 125 5 153 131 67
Binary 1010011 11110010 100101 1000010 0 1010101 101 1101011 1011001 110111

Color Harmonies of #53F225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F225

Black with #53F225

Text Example


Text Example

White with #53F225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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