Html Css Color HEX #53F30F Harlequin

📋 copy color: '#53F30F'

red 83 ◦ green 243 ◦ blue 15

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

Shades of Harlequin #53F30F

Tints of Harlequin #53F30F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 71.26%

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

R = 24.34%
G = 71.26%
B = 4.4%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#53F30F (or 0x53F30F) is known color: Harlequin. HEX triplet: 53, F3 and 0F. RGB value is (83,243,15). Sum of RGB (Red+Green+Blue) = 83+243+15=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 243 (95.31% from 255 or 71.26% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 243 - color contains mainly: green. Hex color #53F30F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53F30F is #AC0CF0. Grayscale: #A9A9A9. Windows color (decimal): -11275505 or 1045331. OLE color: 1045331.

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

Color convert

RGB 83 243 15 -
CMYK 0.66 0 0.94 0.05
HSL 102.11º 0.9% 0.51% -
HSV(B) 102.11º 0.94% 0.95% -
XYZ 35.7 65.97 11.3 -
YUV 169.17 40.99 66.54 -
System Red Green Blue C M Y K H S L
Decimal 83 243 15 0.66 0 0.94 0.05 102.11 0.9 0.51
Hex 53 F3 F 42 0 5E 5 66 5A 33
Octal 123 363 17 102 0 136 5 146 132 63
Binary 1010011 11110011 1111 1000010 0 1011110 101 1100110 1011010 110011

Color Harmonies of #53F30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F30F

Black with #53F30F

Text Example


Text Example

White with #53F30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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