Html Css Color HEX #B5D47D Caper

📋 copy color: '#B5D47D'

red 181 ◦ green 212 ◦ blue 125

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

Shades of Caper #B5D47D

Tints of Caper #B5D47D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.93%

 BLUE value IS 125 (49.22% from 255) = 24.13%

R = 34.94%
G = 40.93%
B = 24.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#B5D47D (or 0xB5D47D) is known color: Caper. HEX triplet: B5, D4 and 7D. RGB value is (181,212,125). Sum of RGB (Red+Green+Blue) = 181+212+125=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 212 - color contains mainly: green. Hex color #B5D47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D47D is #4A2B82. Grayscale: #C1C1C1. Windows color (decimal): -4860803 or 8246453. OLE color: 8246453.

HSL color Cylindrical-coordinate representation of color #B5D47D: hue angle of 81.38º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5D47D is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 181 212 125 -
CMYK 0.15 0 0.41 0.17
HSL 81.38º 0.5% 0.66% -
HSV(B) 81.38º 0.41% 0.83% -
XYZ 46.3 58.39 28.23 -
YUV 192.81 89.73 119.57 -
System Red Green Blue C M Y K H S L
Decimal 181 212 125 0.15 0 0.41 0.17 81.38 0.5 0.66
Hex B5 D4 7D F 0 29 11 51 32 42
Octal 265 324 175 17 0 51 21 121 62 102
Binary 10110101 11010100 1111101 1111 0 101001 10001 1010001 110010 1000010

Color Harmonies of #B5D47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D47D

Black with #B5D47D

Text Example


Text Example

White with #B5D47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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