Html Css Color HEX #28ED70 Malachite

📋 copy color: '#28ED70'

red 40 ◦ green 237 ◦ blue 112

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

Shades of Malachite #28ED70

Tints of Malachite #28ED70

RGB

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

 GREEN value IS 237 (92.97% from 255) = 60.93%

 BLUE value IS 112 (44.14% from 255) = 28.79%

R = 10.28%
G = 60.93%
B = 28.79%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#28ED70 (or 0x28ED70) is known color: Malachite. HEX triplet: 28, ED and 70. RGB value is (40,237,112). Sum of RGB (Red+Green+Blue) = 40+237+112=389 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.28% from 389); Green value is 237 (92.97% from 255 or 60.93% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 237 - color contains mainly: green. Hex color #28ED70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28ED70 is #D7128F. Grayscale: #A4A4A4. Windows color (decimal): -14094992 or 7400744. OLE color: 7400744.

HSL color Cylindrical-coordinate representation of color #28ED70: hue angle of 141.93º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28ED70 is Cyan = 0.83, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 237 112 -
CMYK 0.83 0 0.53 0.07
HSL 141.93º 0.85% 0.54% -
HSV(B) 141.93º 0.83% 0.93% -
XYZ 34.08 62.19 25.54 -
YUV 163.85 98.73 39.66 -
System Red Green Blue C M Y K H S L
Decimal 40 237 112 0.83 0 0.53 0.07 141.93 0.85 0.54
Hex 28 ED 70 53 0 35 7 8E 55 36
Octal 50 355 160 123 0 65 7 216 125 66
Binary 101000 11101101 1110000 1010011 0 110101 111 10001110 1010101 110110

Color Harmonies of #28ED70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ED70

Black with #28ED70

Text Example


Text Example

White with #28ED70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,237,112); }

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

background-color css

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

 a { background-color: rgb(40,237,112); }

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

border-color css

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

 span { border-color: rgb(40,237,112); }

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