Html Css Color HEX #B5D982 Feijoa

📋 copy color: '#B5D982'

red 181 ◦ green 217 ◦ blue 130

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

Shades of Feijoa #B5D982

Tints of Feijoa #B5D982

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.1%

 BLUE value IS 130 (51.17% from 255) = 24.62%

R = 34.28%
G = 41.1%
B = 24.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#B5D982 (or 0xB5D982) is known color: Feijoa. HEX triplet: B5, D9 and 82. RGB value is (181,217,130). Sum of RGB (Red+Green+Blue) = 181+217+130=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D982 is #4A267D. Grayscale: #C4C4C4. Windows color (decimal): -4859518 or 8575413. OLE color: 8575413.

HSL color Cylindrical-coordinate representation of color #B5D982: hue angle of 84.83º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5D982 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 217 130 -
CMYK 0.17 0 0.40 0.15
HSL 84.83º 0.53% 0.68% -
HSV(B) 84.83º 0.4% 0.85% -
XYZ 47.9 61.06 30.38 -
YUV 196.32 90.57 117.07 -
System Red Green Blue C M Y K H S L
Decimal 181 217 130 0.17 0 0.40 0.15 84.83 0.53 0.68
Hex B5 D9 82 11 0 28 F 55 35 44
Octal 265 331 202 21 0 50 17 125 65 104
Binary 10110101 11011001 10000010 10001 0 101000 1111 1010101 110101 1000100

Color Harmonies of #B5D982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D982

Black with #B5D982

Text Example


Text Example

White with #B5D982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D982; }

 p { color: rgb(181,217,130); }

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

background-color css

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

 a { background-color: rgb(181,217,130); }

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

border-color css

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

 span { border-color: rgb(181,217,130); }

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