Html Css Color HEX #4DB995 Keppel

📋 copy color: '#4DB995'

red 77 ◦ green 185 ◦ blue 149

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

Shades of Keppel #4DB995

Tints of Keppel #4DB995

RGB

 RED value IS 77 (30.47% from 255) = 18.73%

 GREEN value IS 185 (72.66% from 255) = 45.01%

 BLUE value IS 149 (58.59% from 255) = 36.25%

R = 18.73%
G = 45.01%
B = 36.25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#4DB995 (or 0x4DB995) is known color: Keppel. HEX triplet: 4D, B9 and 95. RGB value is (77,185,149). Sum of RGB (Red+Green+Blue) = 77+185+149=411 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.73% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB995 is #B2466A. Grayscale: #949494. Windows color (decimal): -11683435 or 9812301. OLE color: 9812301.

HSL color Cylindrical-coordinate representation of color #4DB995: hue angle of 160º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB995 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 185 149 -
CMYK 0.58 0 0.19 0.27
HSL 160º 0.44% 0.51% -
HSV(B) 160º 0.58% 0.73% -
XYZ 25.83 38.45 34.49 -
YUV 148.6 128.22 76.93 -
System Red Green Blue C M Y K H S L
Decimal 77 185 149 0.58 0 0.19 0.27 160 0.44 0.51
Hex 4D B9 95 3A 0 13 1B A0 2C 33
Octal 115 271 225 72 0 23 33 240 54 63
Binary 1001101 10111001 10010101 111010 0 10011 11011 10100000 101100 110011

Color Harmonies of #4DB995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB995

Black with #4DB995

Text Example


Text Example

White with #4DB995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,185,149); }

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

background-color css

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

 a { background-color: rgb(77,185,149); }

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

border-color css

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

 span { border-color: rgb(77,185,149); }

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