Html Css Color HEX #B5D775 Caper

📋 copy color: '#B5D775'

red 181 ◦ green 215 ◦ blue 117

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

Shades of Caper #B5D775

Tints of Caper #B5D775

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.91%

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

R = 35.28%
G = 41.91%
B = 22.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#B5D775 (or 0xB5D775) is known color: Caper. HEX triplet: B5, D7 and 75. RGB value is (181,215,117). Sum of RGB (Red+Green+Blue) = 181+215+117=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D775 is #4A288A. Grayscale: #C2C2C2. Windows color (decimal): -4860043 or 7722933. OLE color: 7722933.

HSL color Cylindrical-coordinate representation of color #B5D775: hue angle of 80.82º degrees, saturation: 0.55, 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 #B5D775 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 215 117 -
CMYK 0.16 0 0.46 0.16
HSL 80.82º 0.55% 0.65% -
HSV(B) 80.82º 0.46% 0.84% -
XYZ 46.57 59.71 25.9 -
YUV 193.66 84.74 118.97 -
System Red Green Blue C M Y K H S L
Decimal 181 215 117 0.16 0 0.46 0.16 80.82 0.55 0.65
Hex B5 D7 75 10 0 2E 10 51 37 41
Octal 265 327 165 20 0 56 20 121 67 101
Binary 10110101 11010111 1110101 10000 0 101110 10000 1010001 110111 1000001

Color Harmonies of #B5D775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D775

Black with #B5D775

Text Example


Text Example

White with #B5D775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D775; }

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

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

background-color css

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

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

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

border-color css

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

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

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