#B5D574

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

Shades of Caper #B5D574

Tints of Caper #B5D574

Color information

#B5D574 (or 0xB5D574) is unknown color: approx Caper. HEX triplet: B5, D5 and 74. RGB value is (181,213,116). Sum of RGB (Red+Green+Blue) = 181+213+116=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D574 is #4A2A8B. Grayscale: #C0C0C0. Windows color (decimal): -4860556 or 7656885. OLE color: 7656885.

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

Color convert

RGB181213116-
CMYK0.1500.460.16
HSL79.79º53.59%64.51%-
HSV(B)79.79º45.54%83.53%-
XYZ4658.6725.42-
YUV192.3784.9119.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.49%
GREEN value IS 213 (83.59% from 255) = 41.76%
BLUE value IS 116 (45.70% from 255) = 22.75%
R=35.49%
G=41.76%
B=22.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1812131160.1500.460.1679.7953.5964.51
HexB5D574F02E10503641
Octal265325164170562012066101
Binary10110101110101011110100111101011101000010100001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D574; }

 p { color: rgb(181,213,116); }

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

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

 a { background-color: rgb(181,213,116); }

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

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

 span { border-color: rgb(181,213,116); }

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