Html Css Color HEX #53FC2D Harlequin

📋 copy color: '#53FC2D'

red 83 ◦ green 252 ◦ blue 45

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

Shades of Harlequin #53FC2D

Tints of Harlequin #53FC2D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 66.32%

 BLUE value IS 45 (17.97% from 255) = 11.84%

R = 21.84%
G = 66.32%
B = 11.84%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#53FC2D (or 0x53FC2D) is known color: Harlequin. HEX triplet: 53, FC and 2D. RGB value is (83,252,45). Sum of RGB (Red+Green+Blue) = 83+252+45=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 252 (98.83% from 255 or 66.32% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 252 - color contains mainly: green. Hex color #53FC2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53FC2D is #AC03D2. Grayscale: #B2B2B2. Windows color (decimal): -11273171 or 3013715. OLE color: 3013715.

HSL color Cylindrical-coordinate representation of color #53FC2D: hue angle of 108.99º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #53FC2D is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 252 45 -
CMYK 0.67 0 0.82 0.01
HSL 108.99º 0.97% 0.58% -
HSV(B) 108.99º 0.82% 0.99% -
XYZ 38.85 71.65 14.26 -
YUV 177.87 53.01 60.33 -
System Red Green Blue C M Y K H S L
Decimal 83 252 45 0.67 0 0.82 0.01 108.99 0.97 0.58
Hex 53 FC 2D 43 0 52 1 6D 61 3A
Octal 123 374 55 103 0 122 1 155 141 72
Binary 1010011 11111100 101101 1000011 0 1010010 1 1101101 1100001 111010

Color Harmonies of #53FC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FC2D

Black with #53FC2D

Text Example


Text Example

White with #53FC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,252,45); }

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

background-color css

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

 a { background-color: rgb(83,252,45); }

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

border-color css

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

 span { border-color: rgb(83,252,45); }

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