Html Css Color HEX #53FF0F Harlequin

📋 copy color: '#53FF0F'

red 83 ◦ green 255 ◦ blue 15

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

Shades of Harlequin #53FF0F

Tints of Harlequin #53FF0F

RGB

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

 GREEN value IS 255 (100% from 255) = 72.24%

 BLUE value IS 15 (6.25% from 255) = 4.25%

R = 23.51%
G = 72.24%
B = 4.25%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#53FF0F (or 0x53FF0F) is known color: Harlequin. HEX triplet: 53, FF and 0F. RGB value is (83,255,15). Sum of RGB (Red+Green+Blue) = 83+255+15=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 255 (100% from 255 or 72.24% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 255 - color contains mainly: green. Hex color #53FF0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53FF0F is #AC00F0. Grayscale: #B1B1B1. Windows color (decimal): -11272433 or 1048403. OLE color: 1048403.

HSL color Cylindrical-coordinate representation of color #53FF0F: hue angle of 103º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53FF0F is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 83 255 15 -
CMYK 0.67 0 0.94 0
HSL 103º 1% 0.53% -
HSV(B) 103º 0.94% 1% -
XYZ 39.41 73.39 12.54 -
YUV 176.21 37.02 61.51 -
System Red Green Blue C M Y K H S L
Decimal 83 255 15 0.67 0 0.94 0 103 1 0.53
Hex 53 FF F 43 0 5E 0 67 64 35
Octal 123 377 17 103 0 136 0 147 144 65
Binary 1010011 11111111 1111 1000011 0 1011110 0 1100111 1100100 110101

Color Harmonies of #53FF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FF0F

Black with #53FF0F

Text Example


Text Example

White with #53FF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,255,15); }

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

background-color css

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

 a { background-color: rgb(83,255,15); }

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

border-color css

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

 span { border-color: rgb(83,255,15); }

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