Html Css Color HEX #28DD75 Emerald

📋 copy color: '#28DD75'

red 40 ◦ green 221 ◦ blue 117

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

Shades of Emerald #28DD75

Tints of Emerald #28DD75

RGB

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

 GREEN value IS 221 (86.72% from 255) = 58.47%

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

R = 10.58%
G = 58.47%
B = 30.95%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#28DD75 (or 0x28DD75) is known color: Emerald. HEX triplet: 28, DD and 75. RGB value is (40,221,117). Sum of RGB (Red+Green+Blue) = 40+221+117=378 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.58% from 378); Green value is 221 (86.72% from 255 or 58.47% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28DD75 is #D7228A. Grayscale: #9B9B9B. Windows color (decimal): -14099083 or 7724328. OLE color: 7724328.

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

Color convert

RGB 40 221 117 -
CMYK 0.82 0 0.47 0.13
HSL 145.52º 0.73% 0.51% -
HSV(B) 145.52º 0.82% 0.87% -
XYZ 29.94 53.45 25.57 -
YUV 155.03 106.53 45.96 -
System Red Green Blue C M Y K H S L
Decimal 40 221 117 0.82 0 0.47 0.13 145.52 0.73 0.51
Hex 28 DD 75 52 0 2F D 92 49 33
Octal 50 335 165 122 0 57 15 222 111 63
Binary 101000 11011101 1110101 1010010 0 101111 1101 10010010 1001001 110011

Color Harmonies of #28DD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DD75

Black with #28DD75

Text Example


Text Example

White with #28DD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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