Html Css Color HEX #28F742 Malachite

📋 copy color: '#28F742'

red 40 ◦ green 247 ◦ blue 66

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

Shades of Malachite #28F742

Tints of Malachite #28F742

RGB

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

 GREEN value IS 247 (96.88% from 255) = 69.97%

 BLUE value IS 66 (26.17% from 255) = 18.7%

R = 11.33%
G = 69.97%
B = 18.7%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#28F742 (or 0x28F742) is known color: Malachite. HEX triplet: 28, F7 and 42. RGB value is (40,247,66). Sum of RGB (Red+Green+Blue) = 40+247+66=353 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.33% from 353); Green value is 247 (96.88% from 255 or 69.97% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 247 - color contains mainly: green. Hex color #28F742 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F742 is #D708BD. Grayscale: #A4A4A4. Windows color (decimal): -14092478 or 4388648. OLE color: 4388648.

HSL color Cylindrical-coordinate representation of color #28F742: hue angle of 127.54º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F742 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB 40 247 66 -
CMYK 0.84 0 0.73 0.03
HSL 127.54º 0.93% 0.56% -
HSV(B) 127.54º 0.84% 0.97% -
XYZ 35.12 67.37 16.31 -
YUV 164.47 72.42 39.22 -
System Red Green Blue C M Y K H S L
Decimal 40 247 66 0.84 0 0.73 0.03 127.54 0.93 0.56
Hex 28 F7 42 54 0 49 3 80 5D 38
Octal 50 367 102 124 0 111 3 200 135 70
Binary 101000 11110111 1000010 1010100 0 1001001 11 10000000 1011101 111000

Color Harmonies of #28F742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F742

Black with #28F742

Text Example


Text Example

White with #28F742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,247,66); }

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

background-color css

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

 a { background-color: rgb(40,247,66); }

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

border-color css

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

 span { border-color: rgb(40,247,66); }

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