Html Css Color HEX #4CBD88 Emerald

📋 copy color: '#4CBD88'

red 76 ◦ green 189 ◦ blue 136

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

Shades of Emerald #4CBD88

Tints of Emerald #4CBD88

RGB

 RED value IS 76 (30.08% from 255) = 18.95%

 GREEN value IS 189 (74.22% from 255) = 47.13%

 BLUE value IS 136 (53.52% from 255) = 33.92%

R = 18.95%
G = 47.13%
B = 33.92%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#4CBD88 (or 0x4CBD88) is known color: Emerald. HEX triplet: 4C, BD and 88. RGB value is (76,189,136). Sum of RGB (Red+Green+Blue) = 76+189+136=401 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.95% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #4CBD88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBD88 is #B34277. Grayscale: #959595. Windows color (decimal): -11747960 or 8961356. OLE color: 8961356.

HSL color Cylindrical-coordinate representation of color #4CBD88: hue angle of 151.86º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBD88 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 189 136 -
CMYK 0.60 0 0.28 0.26
HSL 151.86º 0.46% 0.52% -
HSV(B) 151.86º 0.6% 0.74% -
XYZ 25.62 39.71 29.61 -
YUV 149.17 120.56 75.81 -
System Red Green Blue C M Y K H S L
Decimal 76 189 136 0.60 0 0.28 0.26 151.86 0.46 0.52
Hex 4C BD 88 3C 0 1C 1A 98 2E 34
Octal 114 275 210 74 0 34 32 230 56 64
Binary 1001100 10111101 10001000 111100 0 11100 11010 10011000 101110 110100

Color Harmonies of #4CBD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBD88

Black with #4CBD88

Text Example


Text Example

White with #4CBD88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CBD88; }

 p { color: rgb(76,189,136); }

 H1.HeaderClassName
 {
   color: #4CBD88;
 }
 .AnyTagClassName
 {
   color: #4CBD88;
 }
</style>

background-color css

<style>
 a { background-color: #4CBD88; }

 a { background-color: rgb(76,189,136); }

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

border-color css

<style>
 span { border-color: #4CBD88; }

 span { border-color: rgb(76,189,136); }

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