Html Css Color HEX #B0E48D Feijoa

📋 copy color: '#B0E48D'

red 176 ◦ green 228 ◦ blue 141

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

Shades of Feijoa #B0E48D

Tints of Feijoa #B0E48D

RGB

 RED value IS 176 (69.14% from 255) = 32.29%

 GREEN value IS 228 (89.45% from 255) = 41.83%

 BLUE value IS 141 (55.47% from 255) = 25.87%

R = 32.29%
G = 41.83%
B = 25.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#B0E48D (or 0xB0E48D) is known color: Feijoa. HEX triplet: B0, E4 and 8D. RGB value is (176,228,141). Sum of RGB (Red+Green+Blue) = 176+228+141=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 228 (89.45% from 255 or 41.83% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E48D is #4F1B72. Grayscale: #CACACA. Windows color (decimal): -5184371 or 9299120. OLE color: 9299120.

HSL color Cylindrical-coordinate representation of color #B0E48D: hue angle of 95.86º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0E48D is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 228 141 -
CMYK 0.23 0 0.38 0.11
HSL 95.86º 0.62% 0.72% -
HSV(B) 95.86º 0.38% 0.89% -
XYZ 50.46 66.64 35.4 -
YUV 202.53 93.27 109.07 -
System Red Green Blue C M Y K H S L
Decimal 176 228 141 0.23 0 0.38 0.11 95.86 0.62 0.72
Hex B0 E4 8D 17 0 26 B 60 3E 48
Octal 260 344 215 27 0 46 13 140 76 110
Binary 10110000 11100100 10001101 10111 0 100110 1011 1100000 111110 1001000

Color Harmonies of #B0E48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E48D

Black with #B0E48D

Text Example


Text Example

White with #B0E48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E48D; }

 p { color: rgb(176,228,141); }

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

background-color css

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

 a { background-color: rgb(176,228,141); }

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

border-color css

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

 span { border-color: rgb(176,228,141); }

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