Html Css Color HEX #53FD0E Harlequin

📋 copy color: '#53FD0E'

red 83 ◦ green 253 ◦ blue 14

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

Shades of Harlequin #53FD0E

Tints of Harlequin #53FD0E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 72.29%

 BLUE value IS 14 (5.86% from 255) = 4%

R = 23.71%
G = 72.29%
B = 4%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#53FD0E (or 0x53FD0E) is known color: Harlequin. HEX triplet: 53, FD and 0E. RGB value is (83,253,14). Sum of RGB (Red+Green+Blue) = 83+253+14=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 253 (99.22% from 255 or 72.29% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 253 - color contains mainly: green. Hex color #53FD0E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53FD0E is #AC02F1. Grayscale: #AFAFAF. Windows color (decimal): -11272946 or 982355. OLE color: 982355.

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

Color convert

RGB 83 253 14 -
CMYK 0.67 0 0.94 0.01
HSL 102.68º 0.98% 0.52% -
HSV(B) 102.68º 0.94% 0.99% -
XYZ 38.77 72.12 12.29 -
YUV 174.92 37.18 62.43 -
System Red Green Blue C M Y K H S L
Decimal 83 253 14 0.67 0 0.94 0.01 102.68 0.98 0.52
Hex 53 FD E 43 0 5E 1 67 62 34
Octal 123 375 16 103 0 136 1 147 142 64
Binary 1010011 11111101 1110 1000011 0 1011110 1 1100111 1100010 110100

Color Harmonies of #53FD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FD0E

Black with #53FD0E

Text Example


Text Example

White with #53FD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,253,14); }

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

background-color css

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

 a { background-color: rgb(83,253,14); }

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

border-color css

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

 span { border-color: rgb(83,253,14); }

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