Html Css Color HEX #28F155 Malachite

📋 copy color: '#28F155'

red 40 ◦ green 241 ◦ blue 85

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

Shades of Malachite #28F155

Tints of Malachite #28F155

RGB

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

 GREEN value IS 241 (94.53% from 255) = 65.85%

 BLUE value IS 85 (33.59% from 255) = 23.22%

R = 10.93%
G = 65.85%
B = 23.22%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#28F155 (or 0x28F155) is known color: Malachite. HEX triplet: 28, F1 and 55. RGB value is (40,241,85). Sum of RGB (Red+Green+Blue) = 40+241+85=366 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.93% from 366); Green value is 241 (94.53% from 255 or 65.85% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 241 - color contains mainly: green. Hex color #28F155 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28F155 is #D70EAA. Grayscale: #A3A3A3. Windows color (decimal): -14093995 or 5632296. OLE color: 5632296.

HSL color Cylindrical-coordinate representation of color #28F155: hue angle of 133.43º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F155 is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 40 241 85 -
CMYK 0.83 0 0.65 0.05
HSL 133.43º 0.88% 0.55% -
HSV(B) 133.43º 0.83% 0.95% -
XYZ 33.97 64.02 19.16 -
YUV 163.12 83.91 40.18 -
System Red Green Blue C M Y K H S L
Decimal 40 241 85 0.83 0 0.65 0.05 133.43 0.88 0.55
Hex 28 F1 55 53 0 41 5 85 58 37
Octal 50 361 125 123 0 101 5 205 130 67
Binary 101000 11110001 1010101 1010011 0 1000001 101 10000101 1011000 110111

Color Harmonies of #28F155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F155

Black with #28F155

Text Example


Text Example

White with #28F155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,241,85); }

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

background-color css

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

 a { background-color: rgb(40,241,85); }

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

border-color css

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

 span { border-color: rgb(40,241,85); }

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