Html Css Color HEX #53F122 Harlequin

📋 copy color: '#53F122'

red 83 ◦ green 241 ◦ blue 34

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

Shades of Harlequin #53F122

Tints of Harlequin #53F122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.5%

R = 23.18%
G = 67.32%
B = 9.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#53F122 (or 0x53F122) is known color: Harlequin. HEX triplet: 53, F1 and 22. RGB value is (83,241,34). Sum of RGB (Red+Green+Blue) = 83+241+34=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 241 (94.53% from 255 or 67.32% from 358); Blue value is 34 (13.67% from 255 or 9.50% from 358); Max value from RGB is 241 - color contains mainly: green. Hex color #53F122 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53F122 is #AC0EDD. Grayscale: #AAAAAA. Windows color (decimal): -11275998 or 2290003. OLE color: 2290003.

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

Color convert

RGB 83 241 34 -
CMYK 0.66 0 0.86 0.05
HSL 105.8º 0.88% 0.54% -
HSV(B) 105.8º 0.86% 0.95% -
XYZ 35.31 64.87 12.17 -
YUV 170.16 51.15 65.83 -
System Red Green Blue C M Y K H S L
Decimal 83 241 34 0.66 0 0.86 0.05 105.8 0.88 0.54
Hex 53 F1 22 42 0 56 5 6A 58 36
Octal 123 361 42 102 0 126 5 152 130 66
Binary 1010011 11110001 100010 1000010 0 1010110 101 1101010 1011000 110110

Color Harmonies of #53F122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F122

Black with #53F122

Text Example


Text Example

White with #53F122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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