Html Css Color HEX #28D700 Harlequin

📋 copy color: '#28D700'

red 40 ◦ green 215 ◦ blue 0

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

Shades of Harlequin #28D700

Tints of Harlequin #28D700

RGB

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

 GREEN value IS 215 (84.38% from 255) = 84.31%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 15.69%
G = 84.31%
B = 0%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#28D700 (or 0x28D700) is known color: Harlequin. HEX triplet: 28, D7 and 00. RGB value is (40,215,0). Sum of RGB (Red+Green+Blue) = 40+215+0=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 215 (84.38% from 255 or 84.31% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 215 - color contains mainly: green. Hex color #28D700 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28D700 is #D728FF. Grayscale: #8A8A8A. Windows color (decimal): -14100736 or 55080. OLE color: 55080.

HSL color Cylindrical-coordinate representation of color #28D700: hue angle of 108.84º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28D700 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 215 0 -
CMYK 0.81 0 1 0.16
HSL 108.84º 1% 0.42% -
HSV(B) 108.84º 1% 0.84% -
XYZ 25.18 49.05 8.14 -
YUV 138.17 50.02 57.98 -
System Red Green Blue C M Y K H S L
Decimal 40 215 0 0.81 0 1 0.16 108.84 1 0.42
Hex 28 D7 0 51 0 64 10 6D 64 2A
Octal 50 327 0 121 0 144 20 155 144 52
Binary 101000 11010111 0 1010001 0 1100100 10000 1101101 1100100 101010

Color Harmonies of #28D700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D700

Black with #28D700

Text Example


Text Example

White with #28D700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,215,0); }

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

background-color css

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

 a { background-color: rgb(40,215,0); }

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

border-color css

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

 span { border-color: rgb(40,215,0); }

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