Html Css Color HEX #28FC42 Malachite

📋 copy color: '#28FC42'

red 40 ◦ green 252 ◦ blue 66

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

Shades of Malachite #28FC42

Tints of Malachite #28FC42

RGB

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

 GREEN value IS 252 (98.83% from 255) = 70.39%

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

R = 11.17%
G = 70.39%
B = 18.44%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#28FC42 (or 0x28FC42) is known color: Malachite. HEX triplet: 28, FC and 42. RGB value is (40,252,66). Sum of RGB (Red+Green+Blue) = 40+252+66=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 252 (98.83% from 255 or 70.39% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 252 - color contains mainly: green. Hex color #28FC42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FC42 is #D703BD. Grayscale: #A7A7A7. Windows color (decimal): -14091198 or 4389928. OLE color: 4389928.

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

Color convert

RGB 40 252 66 -
CMYK 0.84 0 0.74 0.01
HSL 127.36º 0.97% 0.57% -
HSV(B) 127.36º 0.84% 0.99% -
XYZ 36.67 70.47 16.82 -
YUV 167.41 70.76 37.12 -
System Red Green Blue C M Y K H S L
Decimal 40 252 66 0.84 0 0.74 0.01 127.36 0.97 0.57
Hex 28 FC 42 54 0 4A 1 7F 61 39
Octal 50 374 102 124 0 112 1 177 141 71
Binary 101000 11111100 1000010 1010100 0 1001010 1 1111111 1100001 111001

Color Harmonies of #28FC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FC42

Black with #28FC42

Text Example


Text Example

White with #28FC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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