Html Css Color HEX #28DD02 Harlequin

📋 copy color: '#28DD02'

red 40 ◦ green 221 ◦ blue 2

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

Shades of Harlequin #28DD02

Tints of Harlequin #28DD02

RGB

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

 GREEN value IS 221 (86.72% from 255) = 84.03%

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 15.21%
G = 84.03%
B = 0.76%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#28DD02 (or 0x28DD02) is known color: Harlequin. HEX triplet: 28, DD and 02. RGB value is (40,221,2). Sum of RGB (Red+Green+Blue) = 40+221+2=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 221 (86.72% from 255 or 84.03% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28DD02 is #D722FD. Grayscale: #8E8E8E. Windows color (decimal): -14099198 or 187688. OLE color: 187688.

HSL color Cylindrical-coordinate representation of color #28DD02: hue angle of 109.59º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28DD02 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 221 2 -
CMYK 0.82 0 0.99 0.13
HSL 109.59º 0.98% 0.44% -
HSV(B) 109.59º 0.99% 0.87% -
XYZ 26.74 52.17 8.72 -
YUV 141.92 49.03 55.31 -
System Red Green Blue C M Y K H S L
Decimal 40 221 2 0.82 0 0.99 0.13 109.59 0.98 0.44
Hex 28 DD 2 52 0 63 D 6E 62 2C
Octal 50 335 2 122 0 143 15 156 142 54
Binary 101000 11011101 10 1010010 0 1100011 1101 1101110 1100010 101100

Color Harmonies of #28DD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DD02

Black with #28DD02

Text Example


Text Example

White with #28DD02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,221,2); }

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

background-color css

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

 a { background-color: rgb(40,221,2); }

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

border-color css

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

 span { border-color: rgb(40,221,2); }

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