Html Css Color HEX #B2DD83 Feijoa

📋 copy color: '#B2DD83'

red 178 ◦ green 221 ◦ blue 131

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

Shades of Feijoa #B2DD83

Tints of Feijoa #B2DD83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.72%

R = 33.58%
G = 41.7%
B = 24.72%

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

#B2DD83 (or 0xB2DD83) is known color: Feijoa. HEX triplet: B2, DD and 83. RGB value is (178,221,131). Sum of RGB (Red+Green+Blue) = 178+221+131=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 131 (51.56% from 255 or 24.72% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DD83 is #4D227C. Grayscale: #C6C6C6. Windows color (decimal): -5055101 or 8641970. OLE color: 8641970.

HSL color Cylindrical-coordinate representation of color #B2DD83: hue angle of 88.67º 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 #B2DD83 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 221 131 -
CMYK 0.19 0 0.41 0.13
HSL 88.67º 0.57% 0.69% -
HSV(B) 88.67º 0.41% 0.87% -
XYZ 48.31 62.82 31.05 -
YUV 197.88 90.25 113.82 -
System Red Green Blue C M Y K H S L
Decimal 178 221 131 0.19 0 0.41 0.13 88.67 0.57 0.69
Hex B2 DD 83 13 0 29 D 59 39 45
Octal 262 335 203 23 0 51 15 131 71 105
Binary 10110010 11011101 10000011 10011 0 101001 1101 1011001 111001 1000101

Color Harmonies of #B2DD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DD83

Black with #B2DD83

Text Example


Text Example

White with #B2DD83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DD83; }

 p { color: rgb(178,221,131); }

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

background-color css

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

 a { background-color: rgb(178,221,131); }

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

border-color css

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

 span { border-color: rgb(178,221,131); }

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