Html Css Color HEX #28D064 Malachite

📋 copy color: '#28D064'

red 40 ◦ green 208 ◦ blue 100

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

Shades of Malachite #28D064

Tints of Malachite #28D064

RGB

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

 GREEN value IS 208 (81.64% from 255) = 59.77%

 BLUE value IS 100 (39.45% from 255) = 28.74%

R = 11.49%
G = 59.77%
B = 28.74%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#28D064 (or 0x28D064) is known color: Malachite. HEX triplet: 28, D0 and 64. RGB value is (40,208,100). Sum of RGB (Red+Green+Blue) = 40+208+100=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 208 (81.64% from 255 or 59.77% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 208 - color contains mainly: green. Hex color #28D064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28D064 is #D72F9B. Grayscale: #919191. Windows color (decimal): -14102428 or 6606888. OLE color: 6606888.

HSL color Cylindrical-coordinate representation of color #28D064: hue angle of 141.43º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D064 is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 40 208 100 -
CMYK 0.81 0 0.52 0.18
HSL 141.43º 0.68% 0.49% -
HSV(B) 141.43º 0.81% 0.82% -
XYZ 25.73 46.48 19.67 -
YUV 145.46 102.34 52.78 -
System Red Green Blue C M Y K H S L
Decimal 40 208 100 0.81 0 0.52 0.18 141.43 0.68 0.49
Hex 28 D0 64 51 0 34 12 8D 44 31
Octal 50 320 144 121 0 64 22 215 104 61
Binary 101000 11010000 1100100 1010001 0 110100 10010 10001101 1000100 110001

Color Harmonies of #28D064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28D064

Black with #28D064

Text Example


Text Example

White with #28D064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,208,100); }

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

background-color css

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

 a { background-color: rgb(40,208,100); }

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

border-color css

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

 span { border-color: rgb(40,208,100); }

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