Html Css Color HEX #59BF96 Keppel

📋 copy color: '#59BF96'

red 89 ◦ green 191 ◦ blue 150

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

Shades of Keppel #59BF96

Tints of Keppel #59BF96

RGB

 RED value IS 89 (35.16% from 255) = 20.7%

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

 BLUE value IS 150 (58.98% from 255) = 34.88%

R = 20.7%
G = 44.42%
B = 34.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#59BF96 (or 0x59BF96) is known color: Keppel. HEX triplet: 59, BF and 96. RGB value is (89,191,150). Sum of RGB (Red+Green+Blue) = 89+191+150=430 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.70% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 191 - color contains mainly: green. Hex color #59BF96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BF96 is #A64069. Grayscale: #9B9B9B. Windows color (decimal): -10895466 or 9879385. OLE color: 9879385.

HSL color Cylindrical-coordinate representation of color #59BF96: hue angle of 155.88º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BF96 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 191 150 -
CMYK 0.53 0 0.21 0.25
HSL 155.88º 0.44% 0.55% -
HSV(B) 155.88º 0.53% 0.75% -
XYZ 28.26 41.59 35.39 -
YUV 155.83 124.71 80.33 -
System Red Green Blue C M Y K H S L
Decimal 89 191 150 0.53 0 0.21 0.25 155.88 0.44 0.55
Hex 59 BF 96 35 0 15 19 9C 2C 37
Octal 131 277 226 65 0 25 31 234 54 67
Binary 1011001 10111111 10010110 110101 0 10101 11001 10011100 101100 110111

Color Harmonies of #59BF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BF96

Black with #59BF96

Text Example


Text Example

White with #59BF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59BF96; }

 p { color: rgb(89,191,150); }

 H1.HeaderClassName
 {
   color: #59BF96;
 }
 .AnyTagClassName
 {
   color: #59BF96;
 }
</style>

background-color css

<style>
 a { background-color: #59BF96; }

 a { background-color: rgb(89,191,150); }

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

border-color css

<style>
 span { border-color: #59BF96; }

 span { border-color: rgb(89,191,150); }

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