Html Css Color HEX #4DB695 Keppel

📋 copy color: '#4DB695'

red 77 ◦ green 182 ◦ blue 149

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

Shades of Keppel #4DB695

Tints of Keppel #4DB695

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.61%

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

R = 18.87%
G = 44.61%
B = 36.52%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#4DB695 (or 0x4DB695) is known color: Keppel. HEX triplet: 4D, B6 and 95. RGB value is (77,182,149). Sum of RGB (Red+Green+Blue) = 77+182+149=408 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.87% from 408); Green value is 182 (71.48% from 255 or 44.61% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 182 - color contains mainly: green. Hex color #4DB695 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB695 is #B2496A. Grayscale: #929292. Windows color (decimal): -11684203 or 9811533. OLE color: 9811533.

HSL color Cylindrical-coordinate representation of color #4DB695: hue angle of 161.14º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB695 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 77 182 149 -
CMYK 0.58 0 0.18 0.29
HSL 161.14º 0.42% 0.51% -
HSV(B) 161.14º 0.58% 0.71% -
XYZ 25.21 37.2 34.29 -
YUV 146.84 129.21 78.18 -
System Red Green Blue C M Y K H S L
Decimal 77 182 149 0.58 0 0.18 0.29 161.14 0.42 0.51
Hex 4D B6 95 3A 0 12 1D A1 2A 33
Octal 115 266 225 72 0 22 35 241 52 63
Binary 1001101 10110110 10010101 111010 0 10010 11101 10100001 101010 110011

Color Harmonies of #4DB695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB695

Black with #4DB695

Text Example


Text Example

White with #4DB695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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