Html Css Color HEX #28FF5F Malachite

📋 copy color: '#28FF5F'

red 40 ◦ green 255 ◦ blue 95

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

Shades of Malachite #28FF5F

Tints of Malachite #28FF5F

RGB

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

 GREEN value IS 255 (100% from 255) = 65.38%

 BLUE value IS 95 (37.5% from 255) = 24.36%

R = 10.26%
G = 65.38%
B = 24.36%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#28FF5F (or 0x28FF5F) is known color: Malachite. HEX triplet: 28, FF and 5F. RGB value is (40,255,95). Sum of RGB (Red+Green+Blue) = 40+255+95=390 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.26% from 390); Green value is 255 (100% from 255 or 65.38% from 390); Blue value is 95 (37.5% from 255 or 24.36% from 390); Max value from RGB is 255 - color contains mainly: green. Hex color #28FF5F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28FF5F is #D700A0. Grayscale: #ACACAC. Windows color (decimal): -14090401 or 6291240. OLE color: 6291240.

HSL color Cylindrical-coordinate representation of color #28FF5F: hue angle of 135.35º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FF5F is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 40 255 95 -
CMYK 0.84 0 0.63 0
HSL 135.35º 1% 0.58% -
HSV(B) 135.35º 0.84% 1% -
XYZ 38.7 72.8 22.84 -
YUV 172.48 84.27 33.51 -
System Red Green Blue C M Y K H S L
Decimal 40 255 95 0.84 0 0.63 0 135.35 1 0.58
Hex 28 FF 5F 54 0 3F 0 87 64 3A
Octal 50 377 137 124 0 77 0 207 144 72
Binary 101000 11111111 1011111 1010100 0 111111 0 10000111 1100100 111010

Color Harmonies of #28FF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FF5F

Black with #28FF5F

Text Example


Text Example

White with #28FF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,255,95); }

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

background-color css

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

 a { background-color: rgb(40,255,95); }

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

border-color css

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

 span { border-color: rgb(40,255,95); }

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