Html Css Color HEX #28F055 Malachite

📋 copy color: '#28F055'

red 40 ◦ green 240 ◦ blue 85

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

Shades of Malachite #28F055

Tints of Malachite #28F055

RGB

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

 GREEN value IS 240 (94.14% from 255) = 65.75%

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

R = 10.96%
G = 65.75%
B = 23.29%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#28F055 (or 0x28F055) is known color: Malachite. HEX triplet: 28, F0 and 55. RGB value is (40,240,85). Sum of RGB (Red+Green+Blue) = 40+240+85=365 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.96% from 365); Green value is 240 (94.14% from 255 or 65.75% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 240 - color contains mainly: green. Hex color #28F055 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28F055 is #D70FAA. Grayscale: #A2A2A2. Windows color (decimal): -14094251 or 5632040. OLE color: 5632040.

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

Color convert

RGB 40 240 85 -
CMYK 0.83 0 0.65 0.06
HSL 133.5º 0.87% 0.55% -
HSV(B) 133.5º 0.83% 0.94% -
XYZ 33.67 63.43 19.06 -
YUV 162.53 84.24 40.6 -
System Red Green Blue C M Y K H S L
Decimal 40 240 85 0.83 0 0.65 0.06 133.5 0.87 0.55
Hex 28 F0 55 53 0 41 6 86 57 37
Octal 50 360 125 123 0 101 6 206 127 67
Binary 101000 11110000 1010101 1010011 0 1000001 110 10000110 1010111 110111

Color Harmonies of #28F055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F055

Black with #28F055

Text Example


Text Example

White with #28F055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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