Html Css Color HEX #B5D575 Caper

📋 copy color: '#B5D575'

red 181 ◦ green 213 ◦ blue 117

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

Shades of Caper #B5D575

Tints of Caper #B5D575

RGB

 RED value IS 181 (71.09% from 255) = 35.42%

 GREEN value IS 213 (83.59% from 255) = 41.68%

 BLUE value IS 117 (46.09% from 255) = 22.9%

R = 35.42%
G = 41.68%
B = 22.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#B5D575 (or 0xB5D575) is known color: Caper. HEX triplet: B5, D5 and 75. RGB value is (181,213,117). Sum of RGB (Red+Green+Blue) = 181+213+117=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D575 is #4A2A8A. Grayscale: #C0C0C0. Windows color (decimal): -4860555 or 7722421. OLE color: 7722421.

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

Color convert

RGB 181 213 117 -
CMYK 0.15 0 0.45 0.16
HSL 80º 0.53% 0.65% -
HSV(B) 80º 0.45% 0.84% -
XYZ 46.06 58.7 25.73 -
YUV 192.49 85.4 119.81 -
System Red Green Blue C M Y K H S L
Decimal 181 213 117 0.15 0 0.45 0.16 80 0.53 0.65
Hex B5 D5 75 F 0 2D 10 50 35 41
Octal 265 325 165 17 0 55 20 120 65 101
Binary 10110101 11010101 1110101 1111 0 101101 10000 1010000 110101 1000001

Color Harmonies of #B5D575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D575

Black with #B5D575

Text Example


Text Example

White with #B5D575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D575; }

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

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

background-color css

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

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

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

border-color css

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

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

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