Html Css Color HEX #53EA1F Harlequin

📋 copy color: '#53EA1F'

red 83 ◦ green 234 ◦ blue 31

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

Shades of Harlequin #53EA1F

Tints of Harlequin #53EA1F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 67.24%

 BLUE value IS 31 (12.5% from 255) = 8.91%

R = 23.85%
G = 67.24%
B = 8.91%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#53EA1F (or 0x53EA1F) is known color: Harlequin. HEX triplet: 53, EA and 1F. RGB value is (83,234,31). Sum of RGB (Red+Green+Blue) = 83+234+31=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 234 (91.80% from 255 or 67.24% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 234 - color contains mainly: green. Hex color #53EA1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53EA1F is #AC15E0. Grayscale: #A6A6A6. Windows color (decimal): -11277793 or 2091603. OLE color: 2091603.

HSL color Cylindrical-coordinate representation of color #53EA1F: hue angle of 104.63º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53EA1F is Cyan = 0.65, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 234 31 -
CMYK 0.65 0 0.87 0.08
HSL 104.63º 0.83% 0.52% -
HSV(B) 104.63º 0.87% 0.92% -
XYZ 33.24 60.78 11.28 -
YUV 165.71 51.97 69.01 -
System Red Green Blue C M Y K H S L
Decimal 83 234 31 0.65 0 0.87 0.08 104.63 0.83 0.52
Hex 53 EA 1F 41 0 57 8 69 53 34
Octal 123 352 37 101 0 127 10 151 123 64
Binary 1010011 11101010 11111 1000001 0 1010111 1000 1101001 1010011 110100

Color Harmonies of #53EA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EA1F

Black with #53EA1F

Text Example


Text Example

White with #53EA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,234,31); }

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

background-color css

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

 a { background-color: rgb(83,234,31); }

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

border-color css

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

 span { border-color: rgb(83,234,31); }

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