Html Css Color HEX #53F029 Harlequin

📋 copy color: '#53F029'

red 83 ◦ green 240 ◦ blue 41

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

Shades of Harlequin #53F029

Tints of Harlequin #53F029

RGB

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

 GREEN value IS 240 (94.14% from 255) = 65.93%

 BLUE value IS 41 (16.41% from 255) = 11.26%

R = 22.8%
G = 65.93%
B = 11.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#53F029 (or 0x53F029) is known color: Harlequin. HEX triplet: 53, F0 and 29. RGB value is (83,240,41). Sum of RGB (Red+Green+Blue) = 83+240+41=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 240 (94.14% from 255 or 65.93% from 364); Blue value is 41 (16.41% from 255 or 11.26% from 364); Max value from RGB is 240 - color contains mainly: green. Hex color #53F029 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53F029 is #AC0FD6. Grayscale: #ABABAB. Windows color (decimal): -11276247 or 2748499. OLE color: 2748499.

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

Color convert

RGB 83 240 41 -
CMYK 0.65 0 0.83 0.06
HSL 107.34º 0.87% 0.55% -
HSV(B) 107.34º 0.83% 0.94% -
XYZ 35.13 64.32 12.66 -
YUV 170.37 54.99 65.68 -
System Red Green Blue C M Y K H S L
Decimal 83 240 41 0.65 0 0.83 0.06 107.34 0.87 0.55
Hex 53 F0 29 41 0 53 6 6B 57 37
Octal 123 360 51 101 0 123 6 153 127 67
Binary 1010011 11110000 101001 1000001 0 1010011 110 1101011 1010111 110111

Color Harmonies of #53F029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F029

Black with #53F029

Text Example


Text Example

White with #53F029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,240,41); }

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

background-color css

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

 a { background-color: rgb(83,240,41); }

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

border-color css

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

 span { border-color: rgb(83,240,41); }

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