Html Css Color HEX #5FB491 Keppel

📋 copy color: '#5FB491'

red 95 ◦ green 180 ◦ blue 145

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

Shades of Keppel #5FB491

Tints of Keppel #5FB491

RGB

 RED value IS 95 (37.5% from 255) = 22.62%

 GREEN value IS 180 (70.7% from 255) = 42.86%

 BLUE value IS 145 (57.03% from 255) = 34.52%

R = 22.62%
G = 42.86%
B = 34.52%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#5FB491 (or 0x5FB491) is known color: Keppel. HEX triplet: 5F, B4 and 91. RGB value is (95,180,145). Sum of RGB (Red+Green+Blue) = 95+180+145=420 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.62% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 180 - color contains mainly: green. Hex color #5FB491 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB491 is #A04B6E. Grayscale: #969696. Windows color (decimal): -10505071 or 9548895. OLE color: 9548895.

HSL color Cylindrical-coordinate representation of color #5FB491: hue angle of 155.29º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB491 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 95 180 145 -
CMYK 0.47 0 0.19 0.29
HSL 155.29º 0.36% 0.54% -
HSV(B) 155.29º 0.47% 0.71% -
XYZ 26.15 37.12 32.57 -
YUV 150.6 124.84 88.35 -
System Red Green Blue C M Y K H S L
Decimal 95 180 145 0.47 0 0.19 0.29 155.29 0.36 0.54
Hex 5F B4 91 2F 0 13 1D 9B 24 36
Octal 137 264 221 57 0 23 35 233 44 66
Binary 1011111 10110100 10010001 101111 0 10011 11101 10011011 100100 110110

Color Harmonies of #5FB491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB491

Black with #5FB491

Text Example


Text Example

White with #5FB491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FB491; }

 p { color: rgb(95,180,145); }

 H1.HeaderClassName
 {
   color: #5FB491;
 }
 .AnyTagClassName
 {
   color: #5FB491;
 }
</style>

background-color css

<style>
 a { background-color: #5FB491; }

 a { background-color: rgb(95,180,145); }

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

border-color css

<style>
 span { border-color: #5FB491; }

 span { border-color: rgb(95,180,145); }

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