Html Css Color HEX #4BBC8D Keppel

📋 copy color: '#4BBC8D'

red 75 ◦ green 188 ◦ blue 141

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

Shades of Keppel #4BBC8D

Tints of Keppel #4BBC8D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.53%

 BLUE value IS 141 (55.47% from 255) = 34.9%

R = 18.56%
G = 46.53%
B = 34.9%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#4BBC8D (or 0x4BBC8D) is known color: Keppel. HEX triplet: 4B, BC and 8D. RGB value is (75,188,141). Sum of RGB (Red+Green+Blue) = 75+188+141=404 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.56% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBC8D is #B44372. Grayscale: #949494. Windows color (decimal): -11813747 or 9288779. OLE color: 9288779.

HSL color Cylindrical-coordinate representation of color #4BBC8D: hue angle of 155.04º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBC8D is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 75 188 141 -
CMYK 0.60 0 0.25 0.26
HSL 155.04º 0.46% 0.52% -
HSV(B) 155.04º 0.6% 0.74% -
XYZ 25.69 39.39 31.45 -
YUV 148.86 123.56 75.32 -
System Red Green Blue C M Y K H S L
Decimal 75 188 141 0.60 0 0.25 0.26 155.04 0.46 0.52
Hex 4B BC 8D 3C 0 19 1A 9B 2E 34
Octal 113 274 215 74 0 31 32 233 56 64
Binary 1001011 10111100 10001101 111100 0 11001 11010 10011011 101110 110100

Color Harmonies of #4BBC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBC8D

Black with #4BBC8D

Text Example


Text Example

White with #4BBC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,188,141); }

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

background-color css

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

 a { background-color: rgb(75,188,141); }

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

border-color css

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

 span { border-color: rgb(75,188,141); }

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