Html Css Color HEX #53F217 Harlequin

📋 copy color: '#53F217'

red 83 ◦ green 242 ◦ blue 23

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

Shades of Harlequin #53F217

Tints of Harlequin #53F217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.61%

R = 23.85%
G = 69.54%
B = 6.61%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#53F217 (or 0x53F217) is known color: Harlequin. HEX triplet: 53, F2 and 17. RGB value is (83,242,23). Sum of RGB (Red+Green+Blue) = 83+242+23=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 242 (94.92% from 255 or 69.54% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 242 - color contains mainly: green. Hex color #53F217 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53F217 is #AC0DE8. Grayscale: #AAAAAA. Windows color (decimal): -11275753 or 1569363. OLE color: 1569363.

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

Color convert

RGB 83 242 23 -
CMYK 0.66 0 0.90 0.05
HSL 103.56º 0.89% 0.52% -
HSV(B) 103.56º 0.9% 0.95% -
XYZ 35.47 65.41 11.57 -
YUV 169.49 45.32 66.31 -
System Red Green Blue C M Y K H S L
Decimal 83 242 23 0.66 0 0.90 0.05 103.56 0.89 0.52
Hex 53 F2 17 42 0 5A 5 68 59 34
Octal 123 362 27 102 0 132 5 150 131 64
Binary 1010011 11110010 10111 1000010 0 1011010 101 1101000 1011001 110100

Color Harmonies of #53F217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F217

Black with #53F217

Text Example


Text Example

White with #53F217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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