Html Css Color HEX #28C950 Malachite

📋 copy color: '#28C950'

red 40 ◦ green 201 ◦ blue 80

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

Shades of Malachite #28C950

Tints of Malachite #28C950

RGB

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

 GREEN value IS 201 (78.91% from 255) = 62.62%

 BLUE value IS 80 (31.64% from 255) = 24.92%

R = 12.46%
G = 62.62%
B = 24.92%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#28C950 (or 0x28C950) is known color: Malachite. HEX triplet: 28, C9 and 50. RGB value is (40,201,80). Sum of RGB (Red+Green+Blue) = 40+201+80=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 201 (78.91% from 255 or 62.62% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 201 - color contains mainly: green. Hex color #28C950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C950 is #D736AF. Grayscale: #8B8B8B. Windows color (decimal): -14104240 or 5294376. OLE color: 5294376.

HSL color Cylindrical-coordinate representation of color #28C950: hue angle of 134.91º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C950 is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 201 80 -
CMYK 0.80 0 0.60 0.21
HSL 134.91º 0.67% 0.47% -
HSV(B) 134.91º 0.8% 0.79% -
XYZ 23.21 42.8 14.63 -
YUV 139.07 94.66 57.34 -
System Red Green Blue C M Y K H S L
Decimal 40 201 80 0.80 0 0.60 0.21 134.91 0.67 0.47
Hex 28 C9 50 50 0 3C 15 87 43 2F
Octal 50 311 120 120 0 74 25 207 103 57
Binary 101000 11001001 1010000 1010000 0 111100 10101 10000111 1000011 101111

Color Harmonies of #28C950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C950

Black with #28C950

Text Example


Text Example

White with #28C950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,201,80); }

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

background-color css

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

 a { background-color: rgb(40,201,80); }

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

border-color css

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

 span { border-color: rgb(40,201,80); }

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