Html Css Color HEX #28E970 Malachite

📋 copy color: '#28E970'

red 40 ◦ green 233 ◦ blue 112

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

Shades of Malachite #28E970

Tints of Malachite #28E970

RGB

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

 GREEN value IS 233 (91.41% from 255) = 60.52%

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

R = 10.39%
G = 60.52%
B = 29.09%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#28E970 (or 0x28E970) is known color: Malachite. HEX triplet: 28, E9 and 70. RGB value is (40,233,112). Sum of RGB (Red+Green+Blue) = 40+233+112=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 233 (91.41% from 255 or 60.52% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 233 - color contains mainly: green. Hex color #28E970 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28E970 is #D7168F. Grayscale: #A1A1A1. Windows color (decimal): -14096016 or 7399720. OLE color: 7399720.

HSL color Cylindrical-coordinate representation of color #28E970: hue angle of 142.38º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E970 is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 40 233 112 -
CMYK 0.83 0 0.52 0.09
HSL 142.38º 0.81% 0.54% -
HSV(B) 142.38º 0.83% 0.91% -
XYZ 32.94 59.9 25.15 -
YUV 161.5 100.06 41.34 -
System Red Green Blue C M Y K H S L
Decimal 40 233 112 0.83 0 0.52 0.09 142.38 0.81 0.54
Hex 28 E9 70 53 0 34 9 8E 51 36
Octal 50 351 160 123 0 64 11 216 121 66
Binary 101000 11101001 1110000 1010011 0 110100 1001 10001110 1010001 110110

Color Harmonies of #28E970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E970

Black with #28E970

Text Example


Text Example

White with #28E970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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