Html Css Color HEX #28DE04 Harlequin

📋 copy color: '#28DE04'

red 40 ◦ green 222 ◦ blue 4

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

Shades of Harlequin #28DE04

Tints of Harlequin #28DE04

RGB

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

 GREEN value IS 222 (87.11% from 255) = 83.46%

 BLUE value IS 4 (1.95% from 255) = 1.5%

R = 15.04%
G = 83.46%
B = 1.5%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#28DE04 (or 0x28DE04) is known color: Harlequin. HEX triplet: 28, DE and 04. RGB value is (40,222,4). Sum of RGB (Red+Green+Blue) = 40+222+4=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 222 (87.11% from 255 or 83.46% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 222 - color contains mainly: green. Hex color #28DE04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28DE04 is #D721FB. Grayscale: #8F8F8F. Windows color (decimal): -14098940 or 319016. OLE color: 319016.

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

Color convert

RGB 40 222 4 -
CMYK 0.82 0 0.98 0.13
HSL 110.09º 0.96% 0.44% -
HSV(B) 110.09º 0.98% 0.87% -
XYZ 27.02 52.7 8.86 -
YUV 142.73 49.7 54.73 -
System Red Green Blue C M Y K H S L
Decimal 40 222 4 0.82 0 0.98 0.13 110.09 0.96 0.44
Hex 28 DE 4 52 0 62 D 6E 60 2C
Octal 50 336 4 122 0 142 15 156 140 54
Binary 101000 11011110 100 1010010 0 1100010 1101 1101110 1100000 101100

Color Harmonies of #28DE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DE04

Black with #28DE04

Text Example


Text Example

White with #28DE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,222,4); }

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

background-color css

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

 a { background-color: rgb(40,222,4); }

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

border-color css

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

 span { border-color: rgb(40,222,4); }

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