Html Css Color HEX #28CC5F Malachite

📋 copy color: '#28CC5F'

red 40 ◦ green 204 ◦ blue 95

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

Shades of Malachite #28CC5F

Tints of Malachite #28CC5F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 60.18%

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

R = 11.8%
G = 60.18%
B = 28.02%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#28CC5F (or 0x28CC5F) is known color: Malachite. HEX triplet: 28, CC and 5F. RGB value is (40,204,95). Sum of RGB (Red+Green+Blue) = 40+204+95=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 204 (80.08% from 255 or 60.18% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 204 - color contains mainly: green. Hex color #28CC5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28CC5F is #D733A0. Grayscale: #8E8E8E. Windows color (decimal): -14103457 or 6278184. OLE color: 6278184.

HSL color Cylindrical-coordinate representation of color #28CC5F: hue angle of 140.12º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CC5F is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 204 95 -
CMYK 0.80 0 0.53 0.2
HSL 140.12º 0.67% 0.48% -
HSV(B) 140.12º 0.8% 0.8% -
XYZ 24.53 44.46 18.12 -
YUV 142.54 101.17 54.86 -
System Red Green Blue C M Y K H S L
Decimal 40 204 95 0.80 0 0.53 0.2 140.12 0.67 0.48
Hex 28 CC 5F 50 0 35 14 8C 43 30
Octal 50 314 137 120 0 65 24 214 103 60
Binary 101000 11001100 1011111 1010000 0 110101 10100 10001100 1000011 110000

Color Harmonies of #28CC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CC5F

Black with #28CC5F

Text Example


Text Example

White with #28CC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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