Html Css Color HEX #28CF60 Malachite

📋 copy color: '#28CF60'

red 40 ◦ green 207 ◦ blue 96

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

Shades of Malachite #28CF60

Tints of Malachite #28CF60

RGB

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

 GREEN value IS 207 (81.25% from 255) = 60.35%

 BLUE value IS 96 (37.89% from 255) = 27.99%

R = 11.66%
G = 60.35%
B = 27.99%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#28CF60 (or 0x28CF60) is known color: Malachite. HEX triplet: 28, CF and 60. RGB value is (40,207,96). Sum of RGB (Red+Green+Blue) = 40+207+96=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 207 (81.25% from 255 or 60.35% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 207 - color contains mainly: green. Hex color #28CF60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28CF60 is #D7309F. Grayscale: #909090. Windows color (decimal): -14102688 or 6344488. OLE color: 6344488.

HSL color Cylindrical-coordinate representation of color #28CF60: hue angle of 140.12º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CF60 is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 207 96 -
CMYK 0.81 0 0.54 0.19
HSL 140.12º 0.68% 0.48% -
HSV(B) 140.12º 0.81% 0.81% -
XYZ 25.3 45.92 18.6 -
YUV 144.41 100.67 53.53 -
System Red Green Blue C M Y K H S L
Decimal 40 207 96 0.81 0 0.54 0.19 140.12 0.68 0.48
Hex 28 CF 60 51 0 36 13 8C 44 30
Octal 50 317 140 121 0 66 23 214 104 60
Binary 101000 11001111 1100000 1010001 0 110110 10011 10001100 1000100 110000

Color Harmonies of #28CF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CF60

Black with #28CF60

Text Example


Text Example

White with #28CF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,207,96); }

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

background-color css

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

 a { background-color: rgb(40,207,96); }

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

border-color css

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

 span { border-color: rgb(40,207,96); }

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