Html Css Color HEX #28FA42 Malachite

📋 copy color: '#28FA42'

red 40 ◦ green 250 ◦ blue 66

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

Shades of Malachite #28FA42

Tints of Malachite #28FA42

RGB

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

 GREEN value IS 250 (98.05% from 255) = 70.22%

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

R = 11.24%
G = 70.22%
B = 18.54%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#28FA42 (or 0x28FA42) is known color: Malachite. HEX triplet: 28, FA and 42. RGB value is (40,250,66). Sum of RGB (Red+Green+Blue) = 40+250+66=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 250 (98.05% from 255 or 70.22% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 250 - color contains mainly: green. Hex color #28FA42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FA42 is #D705BD. Grayscale: #A6A6A6. Windows color (decimal): -14091710 or 4389416. OLE color: 4389416.

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

Color convert

RGB 40 250 66 -
CMYK 0.84 0 0.74 0.02
HSL 127.43º 0.95% 0.57% -
HSV(B) 127.43º 0.84% 0.98% -
XYZ 36.04 69.22 16.61 -
YUV 166.23 71.43 37.96 -
System Red Green Blue C M Y K H S L
Decimal 40 250 66 0.84 0 0.74 0.02 127.43 0.95 0.57
Hex 28 FA 42 54 0 4A 2 7F 5F 39
Octal 50 372 102 124 0 112 2 177 137 71
Binary 101000 11111010 1000010 1010100 0 1001010 10 1111111 1011111 111001

Color Harmonies of #28FA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FA42

Black with #28FA42

Text Example


Text Example

White with #28FA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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