Html Css Color HEX #B0F18F Feijoa

📋 copy color: '#B0F18F'

red 176 ◦ green 241 ◦ blue 143

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

Shades of Feijoa #B0F18F

Tints of Feijoa #B0F18F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.04%

 BLUE value IS 143 (56.25% from 255) = 25.54%

R = 31.43%
G = 43.04%
B = 25.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#B0F18F (or 0xB0F18F) is known color: Feijoa. HEX triplet: B0, F1 and 8F. RGB value is (176,241,143). Sum of RGB (Red+Green+Blue) = 176+241+143=560 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.43% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 143 (56.25% from 255 or 25.54% from 560); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F18F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F18F is #4F0E70. Grayscale: #D2D2D2. Windows color (decimal): -5181041 or 9433520. OLE color: 9433520.

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

Color convert

RGB 176 241 143 -
CMYK 0.27 0 0.41 0.05
HSL 99.8º 0.78% 0.75% -
HSV(B) 99.8º 0.41% 0.95% -
XYZ 54.32 74.12 37.43 -
YUV 210.39 89.97 103.47 -
System Red Green Blue C M Y K H S L
Decimal 176 241 143 0.27 0 0.41 0.05 99.8 0.78 0.75
Hex B0 F1 8F 1B 0 29 5 64 4E 4B
Octal 260 361 217 33 0 51 5 144 116 113
Binary 10110000 11110001 10001111 11011 0 101001 101 1100100 1001110 1001011

Color Harmonies of #B0F18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F18F

Black with #B0F18F

Text Example


Text Example

White with #B0F18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F18F; }

 p { color: rgb(176,241,143); }

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

background-color css

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

 a { background-color: rgb(176,241,143); }

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

border-color css

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

 span { border-color: rgb(176,241,143); }

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