#28FD13

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

Shades of Harlequin #28FD13

Tints of Harlequin #28FD13

Color information

#28FD13 (or 0x28FD13) is unknown color: approx Harlequin. HEX triplet: 28, FD and 13. RGB value is (40,253,19). Sum of RGB (Red+Green+Blue) = 40+253+19=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 253 (99.22% from 255 or 81.09% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 253 - color contains mainly: green. Hex color #28FD13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28FD13 is #D702EC. Grayscale: #A3A3A3. Windows color (decimal): -14090989 or 1309992. OLE color: 1309992.

HSL color Cylindrical-coordinate representation of color #28FD13: hue angle of 114.62º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #28FD13 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB4025319-
CMYK0.8400.920.01
HSL114.62º98.32%53.33%-
HSV(B)114.62º92.49%99.22%-
XYZ36.1270.7512.37-
YUV162.6446.9340.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.82%
GREEN value IS 253 (99.22% from 255) = 81.09%
BLUE value IS 19 (7.81% from 255) = 6.09%
R=12.82%
G=81.09%
B=6.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal40253190.8400.920.01114.6298.3253.33
Hex28FD135405C1736235
Octal50375231240134116314265
Binary1010001111110110011101010001011100111100111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28FD13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28FD13; }

 p { color: rgb(40,253,19); }

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

<style>
 a { background-color: #28FD13; }

 a { background-color: rgb(40,253,19); }

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

<style>
 span { border-color: #28FD13; }

 span { border-color: rgb(40,253,19); }

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