Html Css Color HEX #4DBF94 Keppel

📋 copy color: '#4DBF94'

red 77 ◦ green 191 ◦ blue 148

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

Shades of Keppel #4DBF94

Tints of Keppel #4DBF94

RGB

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

 GREEN value IS 191 (75% from 255) = 45.91%

 BLUE value IS 148 (58.2% from 255) = 35.58%

R = 18.51%
G = 45.91%
B = 35.58%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#4DBF94 (or 0x4DBF94) is known color: Keppel. HEX triplet: 4D, BF and 94. RGB value is (77,191,148). Sum of RGB (Red+Green+Blue) = 77+191+148=416 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.51% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBF94 is #B2406B. Grayscale: #989898. Windows color (decimal): -11681900 or 9748301. OLE color: 9748301.

HSL color Cylindrical-coordinate representation of color #4DBF94: hue angle of 157.37º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DBF94 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 191 148 -
CMYK 0.60 0 0.23 0.25
HSL 157.37º 0.47% 0.53% -
HSV(B) 157.37º 0.6% 0.75% -
XYZ 27.04 40.98 34.5 -
YUV 152.01 125.73 74.5 -
System Red Green Blue C M Y K H S L
Decimal 77 191 148 0.60 0 0.23 0.25 157.37 0.47 0.53
Hex 4D BF 94 3C 0 17 19 9D 2F 35
Octal 115 277 224 74 0 27 31 235 57 65
Binary 1001101 10111111 10010100 111100 0 10111 11001 10011101 101111 110101

Color Harmonies of #4DBF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBF94

Black with #4DBF94

Text Example


Text Example

White with #4DBF94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,191,148); }

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

background-color css

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

 a { background-color: rgb(77,191,148); }

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

border-color css

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

 span { border-color: rgb(77,191,148); }

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