Html Css Color HEX #B0F38D Feijoa

📋 copy color: '#B0F38D'

red 176 ◦ green 243 ◦ blue 141

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

Shades of Feijoa #B0F38D

Tints of Feijoa #B0F38D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.39%

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

R = 31.43%
G = 43.39%
B = 25.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#B0F38D (or 0xB0F38D) is known color: Feijoa. HEX triplet: B0, F3 and 8D. RGB value is (176,243,141). Sum of RGB (Red+Green+Blue) = 176+243+141=560 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.43% from 560); Green value is 243 (95.31% from 255 or 43.39% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F38D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F38D is #4F0C72. Grayscale: #D3D3D3. Windows color (decimal): -5180531 or 9302960. OLE color: 9302960.

HSL color Cylindrical-coordinate representation of color #B0F38D: hue angle of 99.41º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0F38D is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 243 141 -
CMYK 0.28 0 0.42 0.05
HSL 99.41º 0.81% 0.75% -
HSV(B) 99.41º 0.42% 0.95% -
XYZ 54.76 75.25 36.84 -
YUV 211.34 88.3 102.79 -
System Red Green Blue C M Y K H S L
Decimal 176 243 141 0.28 0 0.42 0.05 99.41 0.81 0.75
Hex B0 F3 8D 1C 0 2A 5 63 51 4B
Octal 260 363 215 34 0 52 5 143 121 113
Binary 10110000 11110011 10001101 11100 0 101010 101 1100011 1010001 1001011

Color Harmonies of #B0F38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F38D

Black with #B0F38D

Text Example


Text Example

White with #B0F38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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