Html Css Color HEX #28DC75 Emerald

📋 copy color: '#28DC75'

red 40 ◦ green 220 ◦ blue 117

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

Shades of Emerald #28DC75

Tints of Emerald #28DC75

RGB

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

 GREEN value IS 220 (86.33% from 255) = 58.36%

 BLUE value IS 117 (46.09% from 255) = 31.03%

R = 10.61%
G = 58.36%
B = 31.03%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#28DC75 (or 0x28DC75) is known color: Emerald. HEX triplet: 28, DC and 75. RGB value is (40,220,117). Sum of RGB (Red+Green+Blue) = 40+220+117=377 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.61% from 377); Green value is 220 (86.33% from 255 or 58.36% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 220 - color contains mainly: green. Hex color #28DC75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DC75 is #D7238A. Grayscale: #9A9A9A. Windows color (decimal): -14099339 or 7724072. OLE color: 7724072.

HSL color Cylindrical-coordinate representation of color #28DC75: hue angle of 145.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DC75 is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 220 117 -
CMYK 0.82 0 0.47 0.14
HSL 145.67º 0.72% 0.51% -
HSV(B) 145.67º 0.82% 0.86% -
XYZ 29.68 52.92 25.48 -
YUV 154.44 106.87 46.38 -
System Red Green Blue C M Y K H S L
Decimal 40 220 117 0.82 0 0.47 0.14 145.67 0.72 0.51
Hex 28 DC 75 52 0 2F E 92 48 33
Octal 50 334 165 122 0 57 16 222 110 63
Binary 101000 11011100 1110101 1010010 0 101111 1110 10010010 1001000 110011

Color Harmonies of #28DC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DC75

Black with #28DC75

Text Example


Text Example

White with #28DC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,220,117); }

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

background-color css

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

 a { background-color: rgb(40,220,117); }

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

border-color css

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

 span { border-color: rgb(40,220,117); }

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