Html Css Color HEX #28BF50 Malachite

📋 copy color: '#28BF50'

red 40 ◦ green 191 ◦ blue 80

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

Shades of Malachite #28BF50

Tints of Malachite #28BF50

RGB

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

 GREEN value IS 191 (75% from 255) = 61.41%

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

R = 12.86%
G = 61.41%
B = 25.72%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#28BF50 (or 0x28BF50) is known color: Malachite. HEX triplet: 28, BF and 50. RGB value is (40,191,80). Sum of RGB (Red+Green+Blue) = 40+191+80=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 191 (75% from 255 or 61.41% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 191 - color contains mainly: green. Hex color #28BF50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28BF50 is #D740AF. Grayscale: #858585. Windows color (decimal): -14106800 or 5291816. OLE color: 5291816.

HSL color Cylindrical-coordinate representation of color #28BF50: hue angle of 135.89º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BF50 is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 191 80 -
CMYK 0.79 0 0.58 0.25
HSL 135.89º 0.65% 0.45% -
HSV(B) 135.89º 0.79% 0.75% -
XYZ 20.95 38.29 13.88 -
YUV 133.2 97.97 61.53 -
System Red Green Blue C M Y K H S L
Decimal 40 191 80 0.79 0 0.58 0.25 135.89 0.65 0.45
Hex 28 BF 50 4F 0 3A 19 88 41 2D
Octal 50 277 120 117 0 72 31 210 101 55
Binary 101000 10111111 1010000 1001111 0 111010 11001 10001000 1000001 101101

Color Harmonies of #28BF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BF50

Black with #28BF50

Text Example


Text Example

White with #28BF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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