Html Css Color HEX #28D701 Harlequin

📋 copy color: '#28D701'

red 40 ◦ green 215 ◦ blue 1

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

Shades of Harlequin #28D701

Tints of Harlequin #28D701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 15.63%
G = 83.98%
B = 0.39%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#28D701 (or 0x28D701) is known color: Harlequin. HEX triplet: 28, D7 and 01. RGB value is (40,215,1). Sum of RGB (Red+Green+Blue) = 40+215+1=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 215 (84.38% from 255 or 83.98% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 215 - color contains mainly: green. Hex color #28D701 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28D701 is #D728FE. Grayscale: #8A8A8A. Windows color (decimal): -14100735 or 120616. OLE color: 120616.

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

Color convert

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

Color Harmonies of #28D701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D701

Black with #28D701

Text Example


Text Example

White with #28D701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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