Html Css Color HEX #53F226 Harlequin

📋 copy color: '#53F226'

red 83 ◦ green 242 ◦ blue 38

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

Shades of Harlequin #53F226

Tints of Harlequin #53F226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.47%

R = 22.87%
G = 66.67%
B = 10.47%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#53F226 (or 0x53F226) is known color: Harlequin. HEX triplet: 53, F2 and 26. RGB value is (83,242,38). Sum of RGB (Red+Green+Blue) = 83+242+38=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 242 (94.92% from 255 or 66.67% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 242 - color contains mainly: green. Hex color #53F226 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53F226 is #AC0DD9. Grayscale: #ABABAB. Windows color (decimal): -11275738 or 2552403. OLE color: 2552403.

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

Color convert

RGB 83 242 38 -
CMYK 0.66 0 0.84 0.05
HSL 106.76º 0.89% 0.55% -
HSV(B) 106.76º 0.84% 0.95% -
XYZ 35.67 65.48 12.59 -
YUV 171.2 52.82 65.09 -
System Red Green Blue C M Y K H S L
Decimal 83 242 38 0.66 0 0.84 0.05 106.76 0.89 0.55
Hex 53 F2 26 42 0 54 5 6B 59 37
Octal 123 362 46 102 0 124 5 153 131 67
Binary 1010011 11110010 100110 1000010 0 1010100 101 1101011 1011001 110111

Color Harmonies of #53F226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F226

Black with #53F226

Text Example


Text Example

White with #53F226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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