Html Css Color HEX #28FF42 Malachite

📋 copy color: '#28FF42'

red 40 ◦ green 255 ◦ blue 66

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

Shades of Malachite #28FF42

Tints of Malachite #28FF42

RGB

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

 GREEN value IS 255 (100% from 255) = 70.64%

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

R = 11.08%
G = 70.64%
B = 18.28%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#28FF42 (or 0x28FF42) is known color: Malachite. HEX triplet: 28, FF and 42. RGB value is (40,255,66). Sum of RGB (Red+Green+Blue) = 40+255+66=361 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.08% from 361); Green value is 255 (100% from 255 or 70.64% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 255 - color contains mainly: green. Hex color #28FF42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FF42 is #D700BD. Grayscale: #A9A9A9. Windows color (decimal): -14090430 or 4390696. OLE color: 4390696.

HSL color Cylindrical-coordinate representation of color #28FF42: hue angle of 127.26º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FF42 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 40 255 66 -
CMYK 0.84 0 0.74 0
HSL 127.26º 1% 0.58% -
HSV(B) 127.26º 0.84% 1% -
XYZ 37.62 72.36 17.14 -
YUV 169.17 69.77 35.87 -
System Red Green Blue C M Y K H S L
Decimal 40 255 66 0.84 0 0.74 0 127.26 1 0.58
Hex 28 FF 42 54 0 4A 0 7F 64 3A
Octal 50 377 102 124 0 112 0 177 144 72
Binary 101000 11111111 1000010 1010100 0 1001010 0 1111111 1100100 111010

Color Harmonies of #28FF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FF42

Black with #28FF42

Text Example


Text Example

White with #28FF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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