#28ED0F

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

Shades of Harlequin #28ED0F

Tints of Harlequin #28ED0F

Color information

#28ED0F (or 0x28ED0F) is unknown color: approx Harlequin. HEX triplet: 28, ED and 0F. RGB value is (40,237,15). Sum of RGB (Red+Green+Blue) = 40+237+15=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 237 (92.97% from 255 or 81.16% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 237 - color contains mainly: green. Hex color #28ED0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28ED0F is #D712F0. Grayscale: #999999. Windows color (decimal): -14095089 or 1043752. OLE color: 1043752.

HSL color Cylindrical-coordinate representation of color #28ED0F: hue angle of 113.24º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #28ED0F is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB4023715-
CMYK0.8300.940.07
HSL113.24º88.1%49.41%-
HSV(B)113.24º93.67%92.94%-
XYZ31.2561.0510.59-
YUV152.7950.2347.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.70%
GREEN value IS 237 (92.97% from 255) = 81.16%
BLUE value IS 15 (6.25% from 255) = 5.14%
R=13.70%
G=81.16%
B=5.14%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal40237150.8300.940.07113.2488.149.41
Hex28EDF5305E7715831
Octal50355171230136716113061
Binary10100011101101111110100110101111011111100011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28ED0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,237,15); }

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

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

 a { background-color: rgb(40,237,15); }

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

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

 span { border-color: rgb(40,237,15); }

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