Html Css Color HEX #28CF5E Malachite

📋 copy color: '#28CF5E'

red 40 ◦ green 207 ◦ blue 94

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

Shades of Malachite #28CF5E

Tints of Malachite #28CF5E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 60.7%

 BLUE value IS 94 (37.11% from 255) = 27.57%

R = 11.73%
G = 60.7%
B = 27.57%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#28CF5E (or 0x28CF5E) is known color: Malachite. HEX triplet: 28, CF and 5E. RGB value is (40,207,94). Sum of RGB (Red+Green+Blue) = 40+207+94=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 207 (81.25% from 255 or 60.70% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 207 - color contains mainly: green. Hex color #28CF5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28CF5E is #D730A1. Grayscale: #909090. Windows color (decimal): -14102690 or 6213416. OLE color: 6213416.

HSL color Cylindrical-coordinate representation of color #28CF5E: hue angle of 139.4º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CF5E is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 207 94 -
CMYK 0.81 0 0.55 0.19
HSL 139.4º 0.68% 0.48% -
HSV(B) 139.4º 0.81% 0.81% -
XYZ 25.21 45.88 18.12 -
YUV 144.19 99.67 53.69 -
System Red Green Blue C M Y K H S L
Decimal 40 207 94 0.81 0 0.55 0.19 139.4 0.68 0.48
Hex 28 CF 5E 51 0 37 13 8B 44 30
Octal 50 317 136 121 0 67 23 213 104 60
Binary 101000 11001111 1011110 1010001 0 110111 10011 10001011 1000100 110000

Color Harmonies of #28CF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CF5E

Black with #28CF5E

Text Example


Text Example

White with #28CF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,207,94); }

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

background-color css

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

 a { background-color: rgb(40,207,94); }

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

border-color css

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

 span { border-color: rgb(40,207,94); }

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