Html Css Color HEX #53FA28 Harlequin

📋 copy color: '#53FA28'

red 83 ◦ green 250 ◦ blue 40

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

Shades of Harlequin #53FA28

Tints of Harlequin #53FA28

RGB

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

 GREEN value IS 250 (98.05% from 255) = 67.02%

 BLUE value IS 40 (16.02% from 255) = 10.72%

R = 22.25%
G = 67.02%
B = 10.72%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#53FA28 (or 0x53FA28) is known color: Harlequin. HEX triplet: 53, FA and 28. RGB value is (83,250,40). Sum of RGB (Red+Green+Blue) = 83+250+40=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 250 (98.05% from 255 or 67.02% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 250 - color contains mainly: green. Hex color #53FA28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53FA28 is #AC05D7. Grayscale: #B0B0B0. Windows color (decimal): -11273688 or 2685523. OLE color: 2685523.

HSL color Cylindrical-coordinate representation of color #53FA28: hue angle of 107.71º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53FA28 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 250 40 -
CMYK 0.67 0 0.84 0.02
HSL 107.71º 0.95% 0.57% -
HSV(B) 107.71º 0.84% 0.98% -
XYZ 38.14 70.36 13.58 -
YUV 176.13 51.17 61.58 -
System Red Green Blue C M Y K H S L
Decimal 83 250 40 0.67 0 0.84 0.02 107.71 0.95 0.57
Hex 53 FA 28 43 0 54 2 6C 5F 39
Octal 123 372 50 103 0 124 2 154 137 71
Binary 1010011 11111010 101000 1000011 0 1010100 10 1101100 1011111 111001

Color Harmonies of #53FA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FA28

Black with #53FA28

Text Example


Text Example

White with #53FA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,250,40); }

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

background-color css

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

 a { background-color: rgb(83,250,40); }

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

border-color css

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

 span { border-color: rgb(83,250,40); }

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