Html Css Color HEX #4DBB95 Keppel

📋 copy color: '#4DBB95'

red 77 ◦ green 187 ◦ blue 149

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

Shades of Keppel #4DBB95

Tints of Keppel #4DBB95

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.28%

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

R = 18.64%
G = 45.28%
B = 36.08%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#4DBB95 (or 0x4DBB95) is known color: Keppel. HEX triplet: 4D, BB and 95. RGB value is (77,187,149). Sum of RGB (Red+Green+Blue) = 77+187+149=413 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.64% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 187 - color contains mainly: green. Hex color #4DBB95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBB95 is #B2446A. Grayscale: #959595. Windows color (decimal): -11682923 or 9812813. OLE color: 9812813.

HSL color Cylindrical-coordinate representation of color #4DBB95: hue angle of 159.27º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBB95 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 187 149 -
CMYK 0.59 0 0.20 0.27
HSL 159.27º 0.45% 0.52% -
HSV(B) 159.27º 0.59% 0.73% -
XYZ 26.26 39.29 34.63 -
YUV 149.78 127.56 76.09 -
System Red Green Blue C M Y K H S L
Decimal 77 187 149 0.59 0 0.20 0.27 159.27 0.45 0.52
Hex 4D BB 95 3B 0 14 1B 9F 2D 34
Octal 115 273 225 73 0 24 33 237 55 64
Binary 1001101 10111011 10010101 111011 0 10100 11011 10011111 101101 110100

Color Harmonies of #4DBB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBB95

Black with #4DBB95

Text Example


Text Example

White with #4DBB95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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