Html Css Color HEX #53F70B Harlequin

📋 copy color: '#53F70B'

red 83 ◦ green 247 ◦ blue 11

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

Shades of Harlequin #53F70B

Tints of Harlequin #53F70B

RGB

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

 GREEN value IS 247 (96.88% from 255) = 72.43%

 BLUE value IS 11 (4.69% from 255) = 3.23%

R = 24.34%
G = 72.43%
B = 3.23%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#53F70B (or 0x53F70B) is known color: Harlequin. HEX triplet: 53, F7 and 0B. RGB value is (83,247,11). Sum of RGB (Red+Green+Blue) = 83+247+11=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 247 (96.88% from 255 or 72.43% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 247 - color contains mainly: green. Hex color #53F70B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53F70B is #AC08F4. Grayscale: #ABABAB. Windows color (decimal): -11274485 or 784211. OLE color: 784211.

HSL color Cylindrical-coordinate representation of color #53F70B: hue angle of 101.69º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #53F70B is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 83 247 11 -
CMYK 0.66 0 0.96 0.03
HSL 101.69º 0.94% 0.51% -
HSV(B) 101.69º 0.96% 0.97% -
XYZ 36.89 68.38 11.57 -
YUV 171.06 37.67 65.19 -
System Red Green Blue C M Y K H S L
Decimal 83 247 11 0.66 0 0.96 0.03 101.69 0.94 0.51
Hex 53 F7 B 42 0 60 3 66 5E 33
Octal 123 367 13 102 0 140 3 146 136 63
Binary 1010011 11110111 1011 1000010 0 1100000 11 1100110 1011110 110011

Color Harmonies of #53F70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F70B

Black with #53F70B

Text Example


Text Example

White with #53F70B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,247,11); }

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

background-color css

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

 a { background-color: rgb(83,247,11); }

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

border-color css

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

 span { border-color: rgb(83,247,11); }

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