#B5D480

Color #B5D480 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #B5D480

Tints of Caper #B5D480

Color information

#B5D480 (or 0xB5D480) is unknown color: approx Caper. HEX triplet: B5, D4 and 80. RGB value is (181,212,128). Sum of RGB (Red+Green+Blue) = 181+212+128=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 212 - color contains mainly: green. Hex color #B5D480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D480 is #4A2B7F. Grayscale: #C1C1C1. Windows color (decimal): -4860800 or 8443061. OLE color: 8443061.

HSL color Cylindrical-coordinate representation of color #B5D480: hue angle of 82.14º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5D480 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB181212128-
CMYK0.1500.400.17
HSL82.14º49.41%66.67%-
HSV(B)82.14º39.62%83.14%-
XYZ46.558.4729.26-
YUV193.1691.23119.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.74%
GREEN value IS 212 (83.20% from 255) = 40.69%
BLUE value IS 128 (50.39% from 255) = 24.57%
R=34.74%
G=40.69%
B=24.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1812121280.1500.400.1782.1449.4166.67
HexB5D480F02811523143
Octal265324200170502112261103
Binary101101011101010010000000111101010001000110100101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D480; }

 p { color: rgb(181,212,128); }

 H1.HeaderClassName
 {
   color: #B5D480;
 }
 .AnyTagClassName
 {
   color: #B5D480;
 }
</style>
background-color css

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

 a { background-color: rgb(181,212,128); }

 div.DivClassName
 {
   background-color: #B5D480;
 }
 .BgClassName
 {
   background-color: #B5D480;
 }
</style>
border-color css

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

 span { border-color: rgb(181,212,128); }

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