Html Css Color HEX #B5D474 Caper

📋 copy color: '#B5D474'

red 181 ◦ green 212 ◦ blue 116

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

Shades of Caper #B5D474

Tints of Caper #B5D474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.79%

R = 35.56%
G = 41.65%
B = 22.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#B5D474 (or 0xB5D474) is known color: Caper. HEX triplet: B5, D4 and 74. RGB value is (181,212,116). Sum of RGB (Red+Green+Blue) = 181+212+116=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 212 - color contains mainly: green. Hex color #B5D474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D474 is #4A2B8B. Grayscale: #C0C0C0. Windows color (decimal): -4860812 or 7656629. OLE color: 7656629.

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

Color convert

RGB 181 212 116 -
CMYK 0.15 0 0.45 0.17
HSL 79.38º 0.53% 0.64% -
HSV(B) 79.38º 0.45% 0.83% -
XYZ 45.75 58.17 25.34 -
YUV 191.79 85.23 120.31 -
System Red Green Blue C M Y K H S L
Decimal 181 212 116 0.15 0 0.45 0.17 79.38 0.53 0.64
Hex B5 D4 74 F 0 2D 11 4F 35 40
Octal 265 324 164 17 0 55 21 117 65 100
Binary 10110101 11010100 1110100 1111 0 101101 10001 1001111 110101 1000000

Color Harmonies of #B5D474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D474

Black with #B5D474

Text Example


Text Example

White with #B5D474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D474; }

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

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

background-color css

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

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

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

border-color css

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

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

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