Html Css Color HEX #28FC5F Malachite

📋 copy color: '#28FC5F'

red 40 ◦ green 252 ◦ blue 95

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

Shades of Malachite #28FC5F

Tints of Malachite #28FC5F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 65.12%

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

R = 10.34%
G = 65.12%
B = 24.55%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#28FC5F (or 0x28FC5F) is known color: Malachite. HEX triplet: 28, FC and 5F. RGB value is (40,252,95). Sum of RGB (Red+Green+Blue) = 40+252+95=387 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.34% from 387); Green value is 252 (98.83% from 255 or 65.12% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 252 - color contains mainly: green. Hex color #28FC5F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28FC5F is #D703A0. Grayscale: #ABABAB. Windows color (decimal): -14091169 or 6290472. OLE color: 6290472.

HSL color Cylindrical-coordinate representation of color #28FC5F: hue angle of 135.57º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FC5F is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 40 252 95 -
CMYK 0.84 0 0.62 0.01
HSL 135.57º 0.97% 0.57% -
HSV(B) 135.57º 0.84% 0.99% -
XYZ 37.75 70.9 22.52 -
YUV 170.71 85.26 34.77 -
System Red Green Blue C M Y K H S L
Decimal 40 252 95 0.84 0 0.62 0.01 135.57 0.97 0.57
Hex 28 FC 5F 54 0 3E 1 88 61 39
Octal 50 374 137 124 0 76 1 210 141 71
Binary 101000 11111100 1011111 1010100 0 111110 1 10001000 1100001 111001

Color Harmonies of #28FC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FC5F

Black with #28FC5F

Text Example


Text Example

White with #28FC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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