Html Css Color HEX #28F960 Malachite

📋 copy color: '#28F960'

red 40 ◦ green 249 ◦ blue 96

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

Shades of Malachite #28F960

Tints of Malachite #28F960

RGB

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

 GREEN value IS 249 (97.66% from 255) = 64.68%

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

R = 10.39%
G = 64.68%
B = 24.94%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#28F960 (or 0x28F960) is known color: Malachite. HEX triplet: 28, F9 and 60. RGB value is (40,249,96). Sum of RGB (Red+Green+Blue) = 40+249+96=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 249 (97.66% from 255 or 64.68% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 249 - color contains mainly: green. Hex color #28F960 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28F960 is #D7069F. Grayscale: #A9A9A9. Windows color (decimal): -14091936 or 6355240. OLE color: 6355240.

HSL color Cylindrical-coordinate representation of color #28F960: hue angle of 136.08º 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 #28F960 is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 249 96 -
CMYK 0.84 0 0.61 0.02
HSL 136.08º 0.95% 0.57% -
HSV(B) 136.08º 0.84% 0.98% -
XYZ 36.86 69.05 22.45 -
YUV 169.07 86.76 35.94 -
System Red Green Blue C M Y K H S L
Decimal 40 249 96 0.84 0 0.61 0.02 136.08 0.95 0.57
Hex 28 F9 60 54 0 3D 2 88 5F 39
Octal 50 371 140 124 0 75 2 210 137 71
Binary 101000 11111001 1100000 1010100 0 111101 10 10001000 1011111 111001

Color Harmonies of #28F960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F960

Black with #28F960

Text Example


Text Example

White with #28F960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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