Html Css Color HEX #B2D581 Feijoa

📋 copy color: '#B2D581'

red 178 ◦ green 213 ◦ blue 129

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

Shades of Feijoa #B2D581

Tints of Feijoa #B2D581

RGB

 RED value IS 178 (69.92% from 255) = 34.23%

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

 BLUE value IS 129 (50.78% from 255) = 24.81%

R = 34.23%
G = 40.96%
B = 24.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#B2D581 (or 0xB2D581) is known color: Feijoa. HEX triplet: B2, D5 and 81. RGB value is (178,213,129). Sum of RGB (Red+Green+Blue) = 178+213+129=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D581 is #4D2A7E. Grayscale: #C1C1C1. Windows color (decimal): -5057151 or 8508850. OLE color: 8508850.

HSL color Cylindrical-coordinate representation of color #B2D581: hue angle of 85º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2D581 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 213 129 -
CMYK 0.16 0 0.39 0.16
HSL 85º 0.5% 0.67% -
HSV(B) 85º 0.39% 0.84% -
XYZ 46.12 58.64 29.66 -
YUV 192.96 91.9 117.33 -
System Red Green Blue C M Y K H S L
Decimal 178 213 129 0.16 0 0.39 0.16 85 0.5 0.67
Hex B2 D5 81 10 0 27 10 55 32 43
Octal 262 325 201 20 0 47 20 125 62 103
Binary 10110010 11010101 10000001 10000 0 100111 10000 1010101 110010 1000011

Color Harmonies of #B2D581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D581

Black with #B2D581

Text Example


Text Example

White with #B2D581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D581; }

 p { color: rgb(178,213,129); }

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

background-color css

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

 a { background-color: rgb(178,213,129); }

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

border-color css

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

 span { border-color: rgb(178,213,129); }

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