Html Css Color HEX #28FA50 Malachite

📋 copy color: '#28FA50'

red 40 ◦ green 250 ◦ blue 80

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

Shades of Malachite #28FA50

Tints of Malachite #28FA50

RGB

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

 GREEN value IS 250 (98.05% from 255) = 67.57%

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

R = 10.81%
G = 67.57%
B = 21.62%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#28FA50 (or 0x28FA50) is known color: Malachite. HEX triplet: 28, FA and 50. RGB value is (40,250,80). Sum of RGB (Red+Green+Blue) = 40+250+80=370 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.81% from 370); Green value is 250 (98.05% from 255 or 67.57% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 250 - color contains mainly: green. Hex color #28FA50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28FA50 is #D705AF. Grayscale: #A8A8A8. Windows color (decimal): -14091696 or 5306920. OLE color: 5306920.

HSL color Cylindrical-coordinate representation of color #28FA50: hue angle of 131.43º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FA50 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 250 80 -
CMYK 0.84 0 0.68 0.02
HSL 131.43º 0.95% 0.57% -
HSV(B) 131.43º 0.84% 0.98% -
XYZ 36.51 69.4 19.06 -
YUV 167.83 78.43 36.82 -
System Red Green Blue C M Y K H S L
Decimal 40 250 80 0.84 0 0.68 0.02 131.43 0.95 0.57
Hex 28 FA 50 54 0 44 2 83 5F 39
Octal 50 372 120 124 0 104 2 203 137 71
Binary 101000 11111010 1010000 1010100 0 1000100 10 10000011 1011111 111001

Color Harmonies of #28FA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FA50

Black with #28FA50

Text Example


Text Example

White with #28FA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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