#53ff2d

Color #53FF2D Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #53FF2D

Tints of Harlequin #53FF2D

Color information

#53FF2D (or 0x53FF2D) is unknown color: approx Harlequin. HEX triplet: 53, FF and 2D. RGB value is (83,255,45). Sum of RGB (Red+Green+Blue) = 83+255+45=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 255 (100% from 255 or 66.58% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 255 - color contains mainly: green. Hex color #53FF2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53FF2D is #AC00D2. Grayscale: #B4B4B4. Windows color (decimal): -11272403 or 3014483. OLE color: 3014483.

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

Color convert

RGB8325545-
CMYK0.6700.820
HSL109.14º100%58.82%-
HSV(B)109.14º82.35%100%-
XYZ39.873.5514.58-
YUV179.6352.0259.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.67%
GREEN value IS 255 (100% from 255) = 66.58%
BLUE value IS 45 (17.97% from 255) = 11.75%
R=21.67%
G=66.58%
B=11.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal83255450.6700.820109.1410058.82
Hex53FF2D4305206d643b
Octal123377551030122015514473
Binary101001111111111101101100001101010010011011011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ff2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #53ff2d;
 }
 .AnyTagClassName
 {
   color: #53ff2d;
 }
</style>
background-color css

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

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

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

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

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

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