Html Css Color HEX #28EB0A Harlequin

📋 copy color: '#28EB0A'

red 40 ◦ green 235 ◦ blue 10

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

Shades of Harlequin #28EB0A

Tints of Harlequin #28EB0A

RGB

 RED value IS 40 (16.02% from 255) = 14.04%

 GREEN value IS 235 (92.19% from 255) = 82.46%

 BLUE value IS 10 (4.3% from 255) = 3.51%

R = 14.04%
G = 82.46%
B = 3.51%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#28EB0A (or 0x28EB0A) is known color: Harlequin. HEX triplet: 28, EB and 0A. RGB value is (40,235,10). Sum of RGB (Red+Green+Blue) = 40+235+10=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 235 (92.19% from 255 or 82.46% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 235 - color contains mainly: green. Hex color #28EB0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28EB0A is #D714F5. Grayscale: #979797. Windows color (decimal): -14095606 or 715560. OLE color: 715560.

HSL color Cylindrical-coordinate representation of color #28EB0A: hue angle of 112º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #28EB0A is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 235 10 -
CMYK 0.83 0 0.96 0.08
HSL 112º 0.92% 0.48% -
HSV(B) 112º 0.96% 0.92% -
XYZ 30.64 59.89 10.23 -
YUV 151.05 48.4 48.8 -
System Red Green Blue C M Y K H S L
Decimal 40 235 10 0.83 0 0.96 0.08 112 0.92 0.48
Hex 28 EB A 53 0 60 8 70 5C 30
Octal 50 353 12 123 0 140 10 160 134 60
Binary 101000 11101011 1010 1010011 0 1100000 1000 1110000 1011100 110000

Color Harmonies of #28EB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EB0A

Black with #28EB0A

Text Example


Text Example

White with #28EB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,235,10); }

 H1.HeaderClassName
 {
   color: #28EB0A;
 }
 .AnyTagClassName
 {
   color: #28EB0A;
 }
</style>

background-color css

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

 a { background-color: rgb(40,235,10); }

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

border-color css

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

 span { border-color: rgb(40,235,10); }

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