Html Css Color HEX #4BCD85 Emerald

📋 copy color: '#4BCD85'

red 75 ◦ green 205 ◦ blue 133

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

Shades of Emerald #4BCD85

Tints of Emerald #4BCD85

RGB

 RED value IS 75 (29.69% from 255) = 18.16%

 GREEN value IS 205 (80.47% from 255) = 49.64%

 BLUE value IS 133 (52.34% from 255) = 32.2%

R = 18.16%
G = 49.64%
B = 32.2%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#4BCD85 (or 0x4BCD85) is known color: Emerald. HEX triplet: 4B, CD and 85. RGB value is (75,205,133). Sum of RGB (Red+Green+Blue) = 75+205+133=413 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.16% from 413); Green value is 205 (80.47% from 255 or 49.64% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCD85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCD85 is #B4327A. Grayscale: #9E9E9E. Windows color (decimal): -11809403 or 8768843. OLE color: 8768843.

HSL color Cylindrical-coordinate representation of color #4BCD85: hue angle of 146.77º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCD85 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB 75 205 133 -
CMYK 0.63 0 0.35 0.20
HSL 146.77º 0.57% 0.55% -
HSV(B) 146.77º 0.63% 0.8% -
XYZ 28.97 46.85 29.71 -
YUV 157.92 113.93 68.85 -
System Red Green Blue C M Y K H S L
Decimal 75 205 133 0.63 0 0.35 0.20 146.77 0.57 0.55
Hex 4B CD 85 3F 0 23 14 93 39 37
Octal 113 315 205 77 0 43 24 223 71 67
Binary 1001011 11001101 10000101 111111 0 100011 10100 10010011 111001 110111

Color Harmonies of #4BCD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCD85

Black with #4BCD85

Text Example


Text Example

White with #4BCD85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,205,133); }

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

background-color css

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

 a { background-color: rgb(75,205,133); }

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

border-color css

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

 span { border-color: rgb(75,205,133); }

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