#B5D778

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

Shades of Caper #B5D778

Tints of Caper #B5D778

Color information

#B5D778 (or 0xB5D778) is unknown color: approx Caper. HEX triplet: B5, D7 and 78. RGB value is (181,215,120). Sum of RGB (Red+Green+Blue) = 181+215+120=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D778 is #4A2887. Grayscale: #C2C2C2. Windows color (decimal): -4860040 or 7919541. OLE color: 7919541.

HSL color Cylindrical-coordinate representation of color #B5D778: hue angle of 81.47º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5D778 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB181215120-
CMYK0.1600.440.16
HSL81.47º54.29%65.69%-
HSV(B)81.47º44.19%84.31%-
XYZ46.7559.7826.84-
YUV19486.24118.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.08%
GREEN value IS 215 (84.38% from 255) = 41.67%
BLUE value IS 120 (47.27% from 255) = 23.26%
R=35.08%
G=41.67%
B=23.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1812151200.1600.440.1681.4754.2965.69
HexB5D7781002C10513642
Octal265327170200542012166102
Binary101101011101011111110001000001011001000010100011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D778; }

 p { color: rgb(181,215,120); }

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

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

 a { background-color: rgb(181,215,120); }

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

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

 span { border-color: rgb(181,215,120); }

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