Html Css Color HEX #B3DD82 Feijoa

📋 copy color: '#B3DD82'

red 179 ◦ green 221 ◦ blue 130

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

Shades of Feijoa #B3DD82

Tints of Feijoa #B3DD82

RGB

 RED value IS 179 (70.31% from 255) = 33.77%

 GREEN value IS 221 (86.72% from 255) = 41.7%

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

R = 33.77%
G = 41.7%
B = 24.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#B3DD82 (or 0xB3DD82) is known color: Feijoa. HEX triplet: B3, DD and 82. RGB value is (179,221,130). Sum of RGB (Red+Green+Blue) = 179+221+130=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DD82 is #4C227D. Grayscale: #C6C6C6. Windows color (decimal): -4989566 or 8576435. OLE color: 8576435.

HSL color Cylindrical-coordinate representation of color #B3DD82: hue angle of 87.69º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B3DD82 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 221 130 -
CMYK 0.19 0 0.41 0.13
HSL 87.69º 0.57% 0.69% -
HSV(B) 87.69º 0.41% 0.87% -
XYZ 48.48 62.91 30.71 -
YUV 198.07 89.59 114.4 -
System Red Green Blue C M Y K H S L
Decimal 179 221 130 0.19 0 0.41 0.13 87.69 0.57 0.69
Hex B3 DD 82 13 0 29 D 58 39 45
Octal 263 335 202 23 0 51 15 130 71 105
Binary 10110011 11011101 10000010 10011 0 101001 1101 1011000 111001 1000101

Color Harmonies of #B3DD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DD82

Black with #B3DD82

Text Example


Text Example

White with #B3DD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DD82; }

 p { color: rgb(179,221,130); }

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

background-color css

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

 a { background-color: rgb(179,221,130); }

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

border-color css

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

 span { border-color: rgb(179,221,130); }

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