Html Css Color HEX #28F066 Malachite

📋 copy color: '#28F066'

red 40 ◦ green 240 ◦ blue 102

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

Shades of Malachite #28F066

Tints of Malachite #28F066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.7%

R = 10.47%
G = 62.83%
B = 26.7%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#28F066 (or 0x28F066) is known color: Malachite. HEX triplet: 28, F0 and 66. RGB value is (40,240,102). Sum of RGB (Red+Green+Blue) = 40+240+102=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 240 (94.14% from 255 or 62.83% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 240 - color contains mainly: green. Hex color #28F066 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28F066 is #D70F99. Grayscale: #A4A4A4. Windows color (decimal): -14094234 or 6746152. OLE color: 6746152.

HSL color Cylindrical-coordinate representation of color #28F066: hue angle of 138.6º 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 #28F066 is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 40 240 102 -
CMYK 0.83 0 0.58 0.06
HSL 138.6º 0.87% 0.55% -
HSV(B) 138.6º 0.83% 0.94% -
XYZ 34.43 63.73 23.06 -
YUV 164.47 92.74 39.22 -
System Red Green Blue C M Y K H S L
Decimal 40 240 102 0.83 0 0.58 0.06 138.6 0.87 0.55
Hex 28 F0 66 53 0 3A 6 8B 57 37
Octal 50 360 146 123 0 72 6 213 127 67
Binary 101000 11110000 1100110 1010011 0 111010 110 10001011 1010111 110111

Color Harmonies of #28F066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F066

Black with #28F066

Text Example


Text Example

White with #28F066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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