#B5D77D

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

Shades of Caper #B5D77D

Tints of Caper #B5D77D

Color information

#B5D77D (or 0xB5D77D) is unknown color: approx Caper. HEX triplet: B5, D7 and 7D. RGB value is (181,215,125). Sum of RGB (Red+Green+Blue) = 181+215+125=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D77D is #4A2882. Grayscale: #C2C2C2. Windows color (decimal): -4860035 or 8247221. OLE color: 8247221.

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

Color convert

RGB181215125-
CMYK0.1600.420.16
HSL82.67º52.94%66.67%-
HSV(B)82.67º41.86%84.31%-
XYZ47.0659.9128.48-
YUV194.5788.74118.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.74%
GREEN value IS 215 (84.38% from 255) = 41.27%
BLUE value IS 125 (49.22% from 255) = 23.99%
R=34.74%
G=41.27%
B=23.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1812151250.1600.420.1682.6752.9466.67
HexB5D77D1002A10533543
Octal265327175200522012365103
Binary101101011101011111111011000001010101000010100111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D77D; }

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

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

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

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

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

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

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

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